commit e023cfd951a6d07dd22fe2d1b335c302c7fd71bc4889fa4db74e1ff35cff271e Author: Alexander Navarro Date: Tue Oct 15 22:11:50 2024 +0000 Add Definitions diff --git a/Definitions.md b/Definitions.md new file mode 100644 index 0000000..f137254 --- /dev/null +++ b/Definitions.md @@ -0,0 +1,22 @@ +# Project definition and Scope + +## Main idea + +SPA application to allow quick iterations in the creation of _"calendar block"_ schedules. + +### What is/will be implemented: + +- [ ] 24 hours day timeline +- [ ] Create blocks in the timeline +- [ ] Group blocks by category +- [ ] User defined minimum break periods, preventing blocks to be scheduled to close to each other +- [ ] Create multiple _"lists"_ (AKA. day schedule) +- [ ] Have multiple lists side by side for comparison +- [ ] Save list into localStorage and export as an URL share +- [ ] (Maybe) Image export / Print + +### What won't be implemented + +- Full calendar application +- Granular task management +- Synchronization