SpatialMap / SpatialMapDev

MIT License
3 stars 2 forks source link

Timeline #11

Closed Kohze closed 6 years ago

Kohze commented 6 years ago

Timeline:

pRolocdata: base functions + unit tests

→ 2.9.2017

SpatialMaps: Datasets Page: adding mini overview image next to dataset adding filter options next to the search

→ 5.9.2017

Login Page: overworking css to fix requent formatting bugs:

→ 6.9. 2017

DataView Page: reworking the filtering logic (show hide points) to allow filtering by profile selection or by clicking on the legend name finding the right way to delete the filtering (especially for the profile map). At the same time points are now made invisible if they are filtered out, but can still be clicked, which is currently a problem. Adding a clear red line for the selected point (will need a parallels package rewrite)

→ 10.9.2017

... more timeline points added once the current ones are reached

lgatto commented 6 years ago

Thanks for the recent commit. I did a test today and it does feel much more responsive. I'll do more testing and provide feedback next week.

Kohze commented 6 years ago

I added recently a new logic for the pRolocdata package - now user generate a JWT token with their login, and use it from then on as their login & their UserID is added to the metadata entry (which is necessary for the profile dataset preview, that I am currently adding while guaranteeing security even when shared).