srv-rs-reimp/ROADMAP.md

27 lines
847 B
Markdown
Raw Permalink Normal View History

2021-06-13 09:46:54 +07:00
# Roadmap
## Initial API Re-implementation
2021-06-13 10:06:28 +07:00
- [ ] DB comms
2021-06-13 09:46:54 +07:00
- [ ] TC submit
- [ ] \(non endpoint\) TC storage (for spawn and sync)
- [ ] TC spawn
- [ ] TC open
- [ ] TC sync
- [ ] TC images
- [ ] Mod for switching TC endpoint (Mandatory and C#, otherwise this reimp is useless.)
This will provide the same API for time capsules.
## Additional features
2021-06-13 10:02:52 +07:00
- [ ] Multiple MO
2021-06-13 09:46:54 +07:00
- [ ] Queue
- [ ] Filter
- [ ] Random Capsule Generator
- [ ] Allow for more item slots\[1\]
2021-06-13 10:02:52 +07:00
- [ ] Permission System? (Queue approval, MO change etc.) (Perhaps Owner (\*) -> Maintenance (Almost owner but less) -> Mod (Queue Approval)?)
2021-06-13 10:04:17 +07:00
- [ ] Public capsules along the option to disable public viewing
2021-06-13 09:46:54 +07:00
\[1\] - Time capsules only have 6 slots (2x3 space) for items you can place. Game *technically* can handle more than that - as overflow is dumped outside of the inventory.