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

[FEATURE] Edit events in the list screen #6

Open
5 tasks
NicksPatties opened this issue Jul 14, 2022 · 0 comments
Open
5 tasks

[FEATURE] Edit events in the list screen #6

NicksPatties opened this issue Jul 14, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request Priority 2 Medium high priority: Work on this soon

Comments

@NicksPatties
Copy link
Owner

NicksPatties commented Jul 14, 2022

Is your feature request related to a problem? Please describe.
I would like to edit the start time, end time, and/or name of completed events in case something goes wrong with recording items.

Describe the solution you'd like
Allow clicking on the fields in the open list item to open a dialogue to modify the time of the event. However, do not allow and editing event to start before the previous event, nor end after the start of the next event.

Describe alternatives you've considered

  • Use time select pop up to capture time
  • Use a variation of the EditTimerTextField to change times

Additional context
N/A

Developer Notes

  • The functionality for this feature depends on whether or not recording multiple events at the same time is supported. If it is, then restrictions on start and end time are required, otherwise they are not. I will start by not supporting recording multiple events at once.

Task breakdown

  • Create Edit Event view for open list item components
  • Allow user to update an event's title
  • Find the start and end time boundaries for a given event
  • Allow user to update an event's start time or end time
  • Update an event's end time via adjusting the total event time
@NicksPatties NicksPatties added enhancement New feature or request triage Needs a second look for prioritization labels Jul 14, 2022
@NicksPatties NicksPatties self-assigned this Jul 14, 2022
@NicksPatties NicksPatties added Priority 2 Medium high priority: Work on this soon and removed triage Needs a second look for prioritization labels Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority 2 Medium high priority: Work on this soon
Projects
None yet
Development

No branches or pull requests

1 participant