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

Utilize the provided JSON data to generate the initial matrix that lists categories and tasks on the left side and days of the month along the top (triggered by user). #18

Open
cris-valente opened this issue Jan 17, 2024 · 2 comments

Comments

@cris-valente
Copy link
Contributor

Description: This task involves multiple complex operations such as parsing JSON data, dynamically generating a matrix, and adjusting the layout based on user interaction. It requires handling data structures and user-triggered events

USER STORY: "As a user, I need the system to perform multiple complex operations.

@Chukuli12
Copy link

Decisions: We decided to start by hardcoding in HTML first and using CSS GRID.
We will render the JSON data later

@cris-valente
Copy link
Contributor Author

PC01 Display simple CSS grid

PC02 Simple for each loop

PC03 Map over JSON

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants