Consistent Application Styling #39

Closed
opened 2025-02-26 20:37:43 -08:00 by djwesty · 0 comments
djwesty commented 2025-02-26 20:37:43 -08:00 (Migrated from github.com)

User Story

As a poker game host
I want an consistently styled application
so that I may have a pleasant experience using the application.

Acceptance Criteria

  • Styling should be implemented (refactored as necessary) to a modular, abstract approach
  • Example: Global styles can be implemented in a single location and utilized in the main page and/or within the sub-components
  • As needed, global styles should be overwritten or augmented in a cascading fashion within the sub-components

Note: Due to the necessity for all team members to quickly contribute core features at the start of sprint 1, it was difficult to avoid the current scenario of styles being fragmented, and tightly coupled to their respective components. As such, it was anticipated that this work would then be required later on.

## User Story As a poker game host I want an consistently styled application so that I may have a pleasant experience using the application. ## Acceptance Criteria * Styling should be implemented (refactored as necessary) to a modular, abstract approach * Example: Global styles can be implemented in a single location and utilized in the main page and/or within the sub-components * As needed, global styles should be overwritten or augmented in a cascading fashion within the sub-components Note: Due to the necessity for all team members to quickly contribute core features at the start of sprint 1, it was difficult to avoid the current scenario of styles being fragmented, and tightly coupled to their respective components. As such, it was anticipated that this work would then be required later on.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: david/poker-chips-helper#39
No description provided.