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

Add pages and models for scheduling and viewing runs #53

Open
7 of 9 tasks
kungpaogao opened this issue May 27, 2020 · 2 comments
Open
7 of 9 tasks

Add pages and models for scheduling and viewing runs #53

kungpaogao opened this issue May 27, 2020 · 2 comments
Assignees
Labels
BIG Big boi/gorl task design Design-related features discussion Discussion or request for comments feature New feature or request
Milestone

Comments

@kungpaogao
Copy link
Member

kungpaogao commented May 27, 2020

Progress tracking

  • merge changes from master
  • create components from mockups in Figma
    • run preview page
    • run preview component
    • run detail page
  • define data models
    • runs
    • clients
  • build queries for batch updating furniture
  • create function to generate unique/shareable URLs for runs
  • create UI to create and add to run (Use shopping cart to create runs #66)

Relevant branches


Original comment

We need pages for:

  • displaying individual run - details + ability to change status of live runs
  • showing lists of past runs - can click in to view details and potentially have graphs / metrics

We need to define a "run" model as well that we can store in Firebase and use in our frontend. Things we need to track:

  • dates/times - date of the run, date created/updated
  • list of furniture IDs - links furniture to a run
    • used to request furniture info (donor address, contact info, furniture type)
  • driver/volunteer info - show who's volunteering for the run
  • client info - who's receiving the furniture

Comment other information we might need :)

@kungpaogao kungpaogao added feature New feature or request BIG Big boi/gorl task design Design-related features discussion Discussion or request for comments labels May 27, 2020
@kungpaogao kungpaogao added this to the MVP milestone May 27, 2020
@kungpaogao kungpaogao self-assigned this Jul 7, 2020
@kungpaogao
Copy link
Member Author

Updated comment to show progress and break down the necessary changes for runs.

@kungpaogao
Copy link
Member Author

See #66 for an idea of how to create runs using our interface.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BIG Big boi/gorl task design Design-related features discussion Discussion or request for comments feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant