issues
search
one-zero-eight
/
rooms
API of InNoHassle Rooms
MIT License
2
stars
0
forks
source link
Create db models
#2
Closed
Makcal
closed
1 year ago
Makcal
commented
1 year ago
Approximate list of entities with most essential fields:
[x] User (telegram id, room id)
[x] Room (name)
[x] Invitation (sender id, addressee id, room id)
[x] Task (name, description, room id, start date, period, order_id)
[x] Order # to allow use one order for several tasks
[x] Executor (user id, order_id, order)
Approximate list of entities with most essential fields: