Quellcode durchsuchen

known issues logged

singulart vor 2 Jahren
Ursprung
Commit
e559efe8f6
2 geänderte Dateien mit 10 neuen und 4 gelöschten Zeilen
  1. 10 2
      scripts/wg-bot/README.md
  2. 0 2
      scripts/wg-bot/src/joystream/ws.ts

+ 10 - 2
scripts/wg-bot/README.md

@@ -8,8 +8,16 @@ Supports new Working Groups [introduced in Giza network](https://github.com/Joys
 
 How would this product evolve depends chiefly on the demand from the DAO. However, it seems reasonable to add the following features:
 
-1. Show "before/after" state for Salary and Stake events
-2. Add a clickable link to apply on an opening
+1. Interactive slash commands (`/salary` to see my salary, `/earnings` to get earnings for last X days, etc.) ONLY YOUR IMAGINATION IS THE LIMIT HERE :) 
+2. Show "before/after" state for Salary and Stake events
+3. Add a clickable link to apply on an opening
+4. [Support for new events](https://discord.com/channels/811216481340751934/933726271832227911/938414244876136478)
+
+# Issues
+
+1. [Missed some events](https://discord.com/channels/811216481340751934/933726271832227911/938506091510243340)
+2. [Title needed instead of headline](https://discord.com/channels/811216481340751934/933726271832227911/938456356682346566)
+
 
 
 # Configuration

+ 0 - 2
scripts/wg-bot/src/joystream/ws.ts

@@ -1,5 +1,3 @@
-// TODO allow alternative backends
-
 import { ApiPromise, WsProvider } from '@polkadot/api'
 import { types } from '@joystream/types'