nus-cs2113-AY2223S1 / pe-dev-response

0 stars 0 forks source link

Application should allow searching by zip code #305

Open nus-pe-bot opened 1 year ago

nus-pe-bot commented 1 year ago

This application misses the constraint that "people never park too far from where they are headed"

Again, I bring this up "if the feature is implemented to work in a certain way but it could have been implemented to work in a better way (from the end-user's point of view) without much additional effort"


[original: nus-cs2113-AY2223S1/pe-interim#285] [original labels: type.FeatureFlaw severity.High]

malcolmang commented 1 year ago

Team's Response

Hi, thank you for your bug report.

This is a good suggestion, but the team would like to reject this as Not In Scope.

The LTA API does not provide the full address with zip code for each carpark. Therefore, for this feature to work, it would require a Geofencing API, such as the one below:

https://developers.google.com/location-context/geofencing

As such, we would see this as not in scope as described below:

image.png

To break it down point by point:

We would then mark this as a feature to be rolled out in future versions, rather than something critical to this current version, as shown below:

image.png

The second point (the user cannot attempt to use the missing feature) is satisfied, and thus qualifies for the not in scope response.

Duplicate status (if any):

--