cs481-ekh / s24-illiterate-librarians

MIT License
1 stars 0 forks source link

Calendar plugin for dashboard #92

Closed AndrewDoering01 closed 7 months ago

AndrewDoering01 commented 7 months ago

References #22

Definition of Done:

AndrewDoering01 commented 7 months ago

[t:35] Found full calendar for Angular which we can use as our scalable calendar component

AndrewDoering01 commented 7 months ago

[t:30] Attempted to use Full Calendar, only supports Angular up to version 16 (No standalone only) going to find another calendar plugin.

AndrewDoering01 commented 7 months ago

[t:45] Found new calendar plugin that works (could have used previous library found workaround to the issues I was having), but this one appears to work in a similar way although it has less extensive docs and a smaller install base.

AndrewDoering01 commented 7 months ago

[t:60] Added imbedded calendar

AndrewDoering01 commented 7 months ago

[t:100] Attempted to add Angular Material Dialog for modals, went down a rabbit hole of dependency issues, using modules, services, and injections. Going to have to move Task to next sprint.