-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(misc): improve display of
/probabilities
(#60)
- Loading branch information
1 parent
af9e291
commit e495f38
Showing
9 changed files
with
164 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,17 @@ | ||
# Todo List | ||
|
||
- [x] Admin: Settings for managing campaigns (ie, who can create, who can edit, etc) | ||
- [x] Character: Mark characters as dead | ||
- [x] Character: Migrate to "owned" characters | ||
- [ ] Character: Add Concept | ||
- [ ] Character: Add Character generator | ||
- [ ] Character: Add Character generation roll bot | ||
- [ ] Campaign: Renumber chapters | ||
- [ ] Campaign: View any campaign, not just active one | ||
- [ ] Campaign: Associate characters with campaigns | ||
- [ ] Campaign: If only one campaign, always set it as active | ||
- [ ] Campaign: Improve campaign view | ||
- [ ] Gameplay: Button to create macro from rolling traits | ||
- [ ] Statistics: Pull stats based on timeframe | ||
- [ ] Storyteller: Add notes | ||
- [x] Storyteller: Allow creating storyteller NPCs with the chargen wizard | ||
- [x] Storyteller: Allow updating player characters | ||
- [x] Storyteller: Allow updating storyteller characters | ||
- [x] Storyteller: Add custom traits to storyteller characters | ||
- [ ] Refactor: Centralize pagination for long responses | ||
- [ ] Tests: Add tests for options | ||
- [ ] Refactor: Move logic out of cogs and to services or db models | ||
- [ ] Tests: Add tests for converters | ||
- [ ] Tests: Add tests for cogs | ||
|
||
## Move to Guild User Objects | ||
|
||
- [x] rewrite user_svc to use guild user objects | ||
- [ ] change all cogs and references to use guild user objects | ||
- [ ] migrate all user database objects to guild_user objects | ||
- [ ] migrate all foreign keys from user database objects to guild_user objects |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters