Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@creme332 creme332 released this 13 Jun 10:07
· 357 commits to main since this release

Changes

  • Repository name changed from mauritius-tech-job-statistics to myjobviz.
  • A complete rewrite of the the previous code.
    • Restructured entire project.
    • Added type checking and docstrings to backend code.
    • Reduced the number of dependencies for scraper. beautifulsoup is no longer required.
    • Improved tests.
  • Improved documentation.
  • Project requires two databases instead of one. (Databases for frontend and backend are separate)

New features

  • New website
    • Replaced old charts with interactive ones.
    • Responsive website.
    • Added dark mode.
    • Added new data visualizations (timeseries, wordcloud).
    • Hosted on Firestore instead of Github Pages.
    • Discontinued choropleth map visualisation temporarily.