Skip to content

v2.1

Latest
Compare
Choose a tag to compare
@sainab-omar sainab-omar released this 09 Oct 10:57
· 2 commits to main since this release
ddaa17c

This version 2.1 updates the application as follows:

Front-End:

  • Migrated to React using Create React App.
  • Updated Node modules to stable versions.
  • Configured end-to-end (e2e) tests for the React front-end.

Back-End Updates:

  • Flask endpoints were added to serve the React app build, manifest files, and provide updated metadata time information.
  • Case-insensitive query handling for the Flask SQLite database.
  • Fixed key errors in the latlon table dictionary object.
  • Docker configuration updated to:
    • Install the latest versions of Python 3 and pip using apt-get.
    • Install stable versions of dependencies from requirements.txt.

What's Changed

Full Changelog: v2.0...v2.1