More TODOs, hurray
This commit is contained in:
parent
5310b1d48e
commit
5a7cedce95
1 changed files with 39 additions and 27 deletions
|
@ -36,6 +36,16 @@ import (
|
|||
|
||||
/*
|
||||
TODO
|
||||
--
|
||||
|
||||
UAT results (round 1):
|
||||
- Security: Account re-creation leads to terrible behavior. Use user ID instead of user name for (a) visitor map, (b) messages.user column, (c) Stripe checkout session
|
||||
- Account: Changing password should confirm the old password (Thorben)
|
||||
- Signup: Re-add password confirmation (Thorben & deadcade)
|
||||
- Reservation: Kill existing subscribers when topic is reserved (deadcade)
|
||||
- Reservation (UI): Show "This topic is reserved" error message when trying to reserve a reserved topic (Thorben)
|
||||
- Reservation (UI): Ask for confirmation when removing reservation (deadcade)
|
||||
|
||||
races:
|
||||
- v.user --> see publishSyncEventAsync() test
|
||||
|
||||
|
@ -55,7 +65,9 @@ import (
|
|||
|
||||
Make sure account endpoints make sense for admins
|
||||
|
||||
|
||||
UI:
|
||||
-
|
||||
- reservation icons
|
||||
- reservation table delete button: dialog "keep or delete messages?"
|
||||
- flicker of upgrade banner
|
||||
|
|
Loading…
Reference in a new issue