sirbh / helsinki-city-bike

Helsinki City Bike Application
0 stars 0 forks source link

Full stack project review #1

Open outisa opened 1 year ago

outisa commented 1 year ago

Hi @sirbh !

I reviewed your full stack project and you do not have to do any changes to get the attainment for the course. You can take advantage of my comments either on this or following projects if you like.

Application

Creating a user, logging in and adding a new station works fine without any problems with correct information. If I tried to add an address with just one letter I got error message 'password must be more than 7 chars'. That might be just copy-paste error from somewhere and perhaps an easy fix.

It would be nice that Station list could be sorted at least by Capacity and Station name. Is the City marked wrongly in the datasets? All cities are marked as Espoo even though may of the stations are in Helsinki and perhaps even in Vantaa. Also, only city option is Espoo when adding a new station.

Sorting the journeys with any used options is working well. Search option is also working without any problems in all views. The application is easy to use.

Code

Overall well done!

sirbh commented 1 year ago

Thanks, @outisa for providing the detailed feedback. I totally agree with your suggested changes.

I have frozen the city field to Espoo because in the dataset city was Espoo for some stations and for others, it was not provided so I inferred all the stations are located in Espoo.

In future improvements, I will try to integrate google places API to accurately validate the address details. And instead of showing the stations list, I will show the map of the entire city with all the stations marked. Hence adding tabs to filter the station might not be required.

Can I also send an email to student services to receive the credits for this project?