GispoCoding / tarmo

Tarmo - Tampere Mobilemap
https://ulkoilutampereenseutu.fi/
MIT License
11 stars 3 forks source link

Add database tables for storing data generated by tarmo admins #135

Closed pavetsu14 closed 2 years ago

pavetsu14 commented 2 years ago

There are some pieces of information we cannot fetch directly from any datasource. Rather, admin of the tarmo application should make decisions regarding:

After the decisions are made, the generated data needs to be stored somewhere. In other words, adding more database tables is needed.

pavetsu14 commented 2 years ago

In later phases adding more this kind of data (data created for this application which cannot be fetched directly from any datasource) might become topical.

SannaJokela commented 2 years ago

@pavetsu14 visibility field propably to OSM-parking is needed also - this was requested by the client (some of the parking places are not publicly available)

SannaJokela commented 2 years ago

@pavetsu14 season is not necessary information at all. It was requested that the skiing routes etc. are always visible (there are people who love to check the routes before hand and design their winter activities). But winter sports could be arranged with the filter-tool to be "at the bottom" of the list when it is summer. I'll add another issue on this.

pavetsu14 commented 2 years ago

@SannaJokela We have not intended to show season value for the users. It is just stored in the database in order to make it possible t show only summer POIs in summer but if this is not desired, we can surely alter it show that the order changes. Either way, the knowledge about season each point is related to, is needed.

SannaJokela commented 2 years ago

Or just to have it done in the UI/frontend: if category is skiing or skating ==> icon goes to last when date is 1.5.

SannaJokela commented 2 years ago

I think this issue has become obsolete, closing this.