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

Add support for overlapping events #213

Open
tyler-dane opened this issue Jan 3, 2025 · 0 comments
Open

Add support for overlapping events #213

tyler-dane opened this issue Jan 3, 2025 · 0 comments
Labels
enhancement New feature or request needs more info Not ready for coding just yet

Comments

@tyler-dane
Copy link
Contributor

tyler-dane commented Jan 3, 2025

Feature Title

Overlapping Events

Feature Description

As a user, I want to see all my scheduled events, so that I don't have to worry about losing access to any of them and can quicky see info about any of them.

If two events share times, they don't make room for each other. Instead, one event hides the other.

Implementation Guidance

  • Don't solve this by adding a persisted property to the event. An event's placement is dependent on other events, so we don't want to make to make a bunch of DB changes just to maintain these properties.
  • Instead, do this at a layer closer to the UI, like the store (Redux) or component (React)

Use Case

No response

Additional Context

@tyler-dane tyler-dane added the enhancement New feature or request label Jan 3, 2025
@tyler-dane tyler-dane moved this to Backlog in 🏗 Compass Roadmap Jan 3, 2025
@tyler-dane tyler-dane added the needs more info Not ready for coding just yet label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs more info Not ready for coding just yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant