Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow adding, editing, and deleting events. #12

Closed
smenjas opened this issue Jan 27, 2023 · 4 comments · Fixed by #25
Closed

Allow adding, editing, and deleting events. #12

smenjas opened this issue Jan 27, 2023 · 4 comments · Fixed by #25
Assignees
Labels
enhancement New feature or request

Comments

@smenjas
Copy link
Owner

smenjas commented Jan 27, 2023

So far, the calendar is a static entity. It only shows dates, but doesn't allow scheduling. Let's change that.

Scope: For the first iteration, allow assigning events to a given day. Assigning start and end times with finer granularity could be something to save for later. It's more important to get events addition, editing, and deletion working than it is to assign start and end times.

We don't need to make it fancy yet. We don't have to allow marking them complete, or inviting other people, or allowing multiple fields for each event. Just a title and a date is sufficient.

Keep in mind we want to show events on each of the views that exist so far:

  • The monthly view must show at least whether any events exist that day.
  • Ideally, Show a weekly view. #10 & Show a daily view. #11 would be implemented already, so we can show event details on those views.
  • If there's a yearly view, we might just mark dates with a different shade or color if any events exist that day.
@smenjas smenjas added the enhancement New feature or request label Jan 27, 2023
@smenjas
Copy link
Owner Author

smenjas commented Feb 20, 2023

Users can add events as of ab37aac, but cannot view them on calendars, edit them, or delete them yet.

@smenjas
Copy link
Owner Author

smenjas commented Feb 21, 2023

Users can edit events as of 508ed7f, but cannot delete them or see them on calendars yet.

@smenjas
Copy link
Owner Author

smenjas commented Feb 22, 2023

Users can see events on the monthly and daily views (see c74d212 & 652ef97 respectively).

@smenjas smenjas mentioned this issue Feb 23, 2023
@smenjas smenjas self-assigned this Feb 23, 2023
@smenjas
Copy link
Owner Author

smenjas commented Feb 23, 2023

This is now a CRUD app! We can create, read, update, and delete events. There's plenty to be desired in terms of UX, but it's a start.

@smenjas smenjas closed this as completed Feb 23, 2023
@smenjas smenjas linked a pull request Feb 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant