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

[Feat] announcements end-to-end flow #139

Open
davidlhw opened this issue May 26, 2024 · 1 comment
Open

[Feat] announcements end-to-end flow #139

davidlhw opened this issue May 26, 2024 · 1 comment
Labels
enhancement New user-facing feature or request. This Label is used as a category on release notes. good first issue Good for newcomers help wanted Extra attention is needed

Comments

@davidlhw
Copy link
Contributor

Features

Currently, the announcement banners (3x red cards/boxes) are using placeholder cards that dont have any functional utility. This task focuses on implementing that.

image

Core

  • New DB table announcements
    • link string field - for the url of the announcement
    • external bool field - to declare if this announcement's link is external or not
    • image string field - for the url of the image used in the background
    • createdAt field - refer to other tables
    • updatedAt field - refer to other tables
  • Read from db table and populate information on the card (thi component should be a server component)

Optional

  • styles
    • make announcement banner responsive (scroll on overflow in x-axis or use a carousel)
@davidlhw davidlhw added enhancement New user-facing feature or request. This Label is used as a category on release notes. good first issue Good for newcomers help wanted Extra attention is needed labels May 26, 2024
@davidlhw
Copy link
Contributor Author

note on a bug with z-index:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New user-facing feature or request. This Label is used as a category on release notes. good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant