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

Gigs in the past should be displayed differently #15

Open
liamquinn14 opened this issue Nov 20, 2024 · 0 comments
Open

Gigs in the past should be displayed differently #15

liamquinn14 opened this issue Nov 20, 2024 · 0 comments

Comments

@liamquinn14
Copy link
Collaborator

Version

v4

Severity

High

Suggested Priority

High

Observed Behaviour

I have just reseeded the database to include a gig with a date in the future - in order to test whether "gigs in the past are displayed differently" (as per the spec) and whether gigs in the past are "clearly labelled" (as per the user stories).

In the current state of the application, past and future gigs are not displayed differently (see screenshot below).

Screenshot 2024-11-20 at 11 33 35

This is a significant problem because we simply cannot ship while the application doesn't meet the specified requirements.

Expected Behaviour

Gigs with dates in the past should be displayed differently, perhaps using grey and red instead of white and blue, as this would be intuitive for users.

Reproduction Steps

  1. Clone repo and setup dependencies (see README.md)
  2. Edit the date of one of the gigs in seeds/'test_gigs.sql' to be a date in the future, e.g. on line 15 change "2024-06-04" to "2024-12-04"
  3. Seed the database with psql -h 127.0.0.1 giga -f seeds/test_gigs.sql -f seeds/test_users.sql -f seeds/test_bookings.sql
  4. Run the application with python3 app.py
  5. Navigate to localhost:5001/gigs
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

No branches or pull requests

1 participant