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

Event Calendar Doesn't Have a Weekly View #3382

Open
palisadoes opened this issue Jan 22, 2025 · 3 comments
Open

Event Calendar Doesn't Have a Weekly View #3382

palisadoes opened this issue Jan 22, 2025 · 3 comments
Assignees
Labels
feature request good first issue Good for newcomers ui/ux issue related and being worked with the figma file of the Admin UI

Comments

@palisadoes
Copy link
Contributor

palisadoes commented Jan 22, 2025

Please post a video of you work in the PR

This is important to understand the workflow, look and feel.

Is your feature request related to a problem? Please describe.

  1. The Event Calendar Doesn't Have a Weekly View
  2. This is required as a standard part of any web calendaring system

Describe the solution you'd like

  1. Create a weekly view
  2. Use Figma design as a guide. There is no weekly view, but use the monthly event calendar for inspiration.
  3. Use Google Calendar to examine the elements that need to be present.
  4. Create valid tests for your changes.
  5. Apply CSS changes to only src/style/app.module.css

Additional information:

  1. The foundational work for this was completed in this PR:
  2. When in doubt about colors, take cues from other similar elements in this file and the PR mentioned in the issue.
    1. https://www.figma.com/design/dmKt00m9GVSeA1nebnkxql/Untitled?node-id=0-1&node-type=canvas&t=TPzfh1DE9IxjzsEe-0
  3. The desired single CSS file is:
    1. src/style/app.module.css
      1. Convert all code files to use this file.
      2. Delete all CSS files in this code path and below mentioned in the title. The src/style/app.module.css file must be the only source of CSS
  4. Use no CSS in:
    1. assets/css/app.css
  5. Use variable names that describe the function of the color and not the color itself. This will help with future attempts to having Dark Mode.
    1. For example --search-button-bg is much better than --light-blue
    2. NoMongo: Fix Stylesheet in Anticipation of Dark Mode #3296
  6. When refactoring modals, please refer to this PR that has created a standardized design patter for them.
    1. Updating to NEW COLOR SCHEME #2984
  7. Remove all references to HTML color codes in the files you edit except in src/style/app.module.css
  8. Buttons, and dropdowns must only have shadows when there is a mouse hover. Their color must not change
  9. Search boxes must only have shadows when selected

Describe alternatives you've considered

  • N/A

Approach to be followed (optional)

  • N/A

Additional context

Image

Potential internship candidates

Please read this if you are planning to apply for a Palisadoes Foundation internship

@palisadoes palisadoes added feature request ui/ux issue related and being worked with the figma file of the Admin UI labels Jan 22, 2025
@AdiInfiniteLoop
Copy link

Hi!
@palisadoes Can you assign me this issue?

@KatalKavya96
Copy link

@palisadoes Can you assign this issue to me?

@gurramkarthiknetha
Copy link
Contributor

@palisadoes i want to work on this please assign this issue to me i previously worked on this event Calendar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request good first issue Good for newcomers ui/ux issue related and being worked with the figma file of the Admin UI
Projects
Status: Backlog
Development

No branches or pull requests

5 participants