Files

22 lines
603 B
Markdown
Raw Permalink Normal View History

2025-03-13 23:30:05 +01:00
# SlotDB TODO
- [ ] Security
- [ ] JWT authentication
- [ ] Access control on groups, slots and props
- [ ] Token authentication
2025-03-14 18:48:30 +01:00
- [ ] HTTPS support
- [ ] Handle remaining CLI options
- [ ] Message bus
- [ ] Slot update notifications
- [ ] Slot creation and deletion
- [ ] Group update notifications
- [ ] Group creation and deletion
- [ ] Group join/leave
- [ ] Triggers
- [ ] Listen for messages on bus to trigger events
- [ ] Dynamic trigger management (post, delete)
- [ ] Schemas
- [ ] Apply schemas to group
- [ ] Apply schemas to slot
- [ ] Check schemas on update