Overview Page with search and filters for locations
- re. Overview page: possibility to link to the overview page with certain filters active through parameters in the URL (so, via GET) (because we want to link to specific tags from the profile pages)
- we also need pictures for each OpenEcoLab.
- the pictures are in each folder of a lab. The picture
profile[.png/.jpg/.jpeg]
is the main/profile picture. If additional pictures are there, they should be shown as a gallery/slider (if you have time for that). I'll take care of layout and styling of the lab pages then. You can use this picture of OpenEcoLab Rahden as an example file - a standard picture that is used when there is none in the lab folder (placed in
/pages/images
)
- the pictures are in each folder of a lab. The picture
re. the lab data:
- please let the script format the labs.json in a way that it's better readable for humans, meaning each variable in one line (like a code-editor would auto-format it) (because then we can track the changes better in git-diff view)
- (lower priority, skip if very complicated) please let the script additionally create a CSV file with the lab data in the same folder /data/ (it's for internal use) (and that file needs to be un-ignored in
.gitignore
as well)