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

New Feature: Add a Description field to Rides #8

Closed
4 of 5 tasks
luketn opened this issue Jul 18, 2018 · 1 comment
Closed
4 of 5 tasks

New Feature: Add a Description field to Rides #8

luketn opened this issue Jul 18, 2018 · 1 comment
Assignees

Comments

@luketn
Copy link
Collaborator

luketn commented Jul 18, 2018

Facilitators need to be able to add a new field 'Description' to the ride form.

  • The database needs to be updated with a new column 'description'
  • The services need to accept and return the description field

Needs to appear:

  • On the Facilitators New Ride form
  • On the Facilitators Edit Ride form
  • On the Drivers Ride list
@AlexGilleran AlexGilleran self-assigned this Jul 18, 2018
@luketn luketn self-assigned this Jul 18, 2018
@luketn
Copy link
Collaborator Author

luketn commented Jul 18, 2018

Database table was updated using this statement:

ALTER TABLE rides ADD COLUMN description varchar(1024) AFTER postCodeTo;

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

2 participants