clarified goals
This commit is contained in:
parent
f343f6d252
commit
eb76c070bd
16
server/todo
16
server/todo
@ -2,8 +2,15 @@ for now we'll acheive these things via some tests
|
|||||||
users:
|
users:
|
||||||
- create new users via some tests
|
- create new users via some tests
|
||||||
- search users
|
- search users
|
||||||
|
we should be able to ask for the first _n_ users in a server
|
||||||
|
this _n_ value will be 250 for now since user names should be pretty short and we're only going to care about the usernames+id's
|
||||||
|
|
||||||
- update
|
- update
|
||||||
|
whenever a user wants to change their display name or something on the server
|
||||||
|
|
||||||
- remove users
|
- remove users
|
||||||
|
whenever a user wants to be removed from a server
|
||||||
|
all we need for this one is the userid for that server then we should remove them
|
||||||
|
|
||||||
# todo for later but these schemas are there for sake of brevity and completeness
|
# todo for later but these schemas are there for sake of brevity and completeness
|
||||||
# they're just not being dealth with atm
|
# they're just not being dealth with atm
|
||||||
@ -11,4 +18,11 @@ channels:
|
|||||||
|
|
||||||
# mod::invites
|
# mod::invites
|
||||||
|
|
||||||
Better random number generation in use_invite function
|
Better random number generation in use_invite function
|
||||||
|
|
||||||
|
# Walls
|
||||||
|
|
||||||
|
Right now there's literally 0 security checks in place and thats because:
|
||||||
|
1. im lazy with that at the moment
|
||||||
|
2. if the underlying logic is fucked then the security won't do anything
|
||||||
|
3. finally the code is built to add things onto it
|
Loading…
Reference in New Issue
Block a user