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

Create abstract table display #17

Merged
merged 10 commits into from
Aug 22, 2024
Merged

Create abstract table display #17

merged 10 commits into from
Aug 22, 2024

Conversation

MaHaWo
Copy link
Collaborator

@MaHaWo MaHaWo commented Aug 22, 2024

  • creates a searchable table component with cells optionally being colored to indicate status
  • create components for header and body of the table
  • add some unit tests for internal javascript logic using svelte-testing
  • fix a few minor errors
  • added only minimal styling since I'm not yet sure how the whole thing will turn out when it is bound together.

resolves #4

@MaHaWo MaHaWo requested a review from lkeegan August 22, 2024 12:23
Copy link
Member

@lkeegan lkeegan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks nice! The filtering might be useful for admin views later. I guess a simple feature we still need here is for users to be able to click on one of the cells of this table to continue filling in that survey

@MaHaWo MaHaWo merged commit c7ec047 into main Aug 22, 2024
3 checks passed
@MaHaWo MaHaWo deleted the create-abstract-table-display branch August 22, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create abstract table overview page
2 participants