Files
geovisio-website/CHANGELOG.md
2023-07-03 11:18:35 +02:00

977 B

Changelog

All notable changes to this project will be documented in this file.

Before 1.0.0 Changelog didn't exist.

[1.0.0] -

Added

  • A new page /mes-sequences to access to a list of sequences for a logged user (#14) :

    • the user can see all his sequences
    • the user can filter sequences
    • the user can enter to a specific sequence
  • A new page /sequence/:id to access to a sequence of photos for a logged user (#14) :

    • the user can see the sequence on the map and move on the map from photos to photos
    • the user can see information about the sequence
    • the user can see all the sequence's photos
    • the user can disable one or many photo(s) of the sequence
  • Add of vitest.config.js to manage test configuration

Changed

  • Header have now a new entry Mes photos when the user is logged to access to the sequence list

Fixed