airavata-courses / 200-ok

Completely automated web application to rent and reserve parking.
http://js-170-90.jetstream-cloud.org/
Apache License 2.0
1 stars 3 forks source link

Choose location: Not available on homepage #83

Closed jkumar10 closed 5 years ago

jkumar10 commented 5 years ago

Hello Team,

In the nearest available parking spot, for all requests I am always getting the output as : Choose location not available (in red) and park my car link doesn't seem to work.

shubham1812 commented 5 years ago

Hi @jkumar10 , You need to add more locations in the database. You can check the user stories. To test, you have to first signup and add a parking garage for the current date. Then when you are back to the home page, you should be able to see a new location. When you click on it, you will be able to see the number of available spots and will have the option of reserving it

jkumar10 commented 5 years ago

okay cool! now the garages are getting added however after adding the garages it still shows as not available in red on the homepage when I click that garage. Is this a known issue or am I doing something wrong? Like you said I am not getting the option for reserving. The green button just disappears! If I am doing something wrong then you can ignore this or fix it in next phase.

One suggestion, you can provide strict error checking on form field "Total number of parking garage". Consider entering negative values. I really liked the way how error checking is done on the calendar which is neat!

shubham1812 commented 5 years ago

Hi @jkumar10 , We have noted the issue you have pointed out and will add it to our next milestone Thank you!