Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 3.5 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add Prototype Skeleton #21
  • Add Welcome page #25
  • Add Sidebar UI #26
  • Add Draw Map UI and base polygon functionality #30
  • Add Redux state #37
  • Add transition to draw page #43
  • Add user polygon start location feature #38
  • Add satellite basemap #39
  • Add municipal boundaries data layer #40
  • Add geocoder #44
  • Add Parcel Layer #50
  • Add distorable reference image layer #46
  • Add Land & water basemap #48
  • Add user reference image upload #60
  • Add labels to municipal boundary layer #61
  • Add panes for layer #57
  • Add custom user model and define roles #72
  • Add utility model and test development users #73
  • Add login interface #77
  • Add reset password functionality #79
  • Create Remaining Initial Django Models #82
  • Force users to reset password on first login #83

Changed

  • Upgrade app container to use Node version 18 #19
  • Upgrade React to version 18 and add Chakra UI version 2 #20
  • Incorporated changes in app template #31
  • Update styles for Polygon and Municipal Boundary layers #48
  • Update tiles for all basemaps #48
  • Update Edit Polygon border to be lighter on dark backgrounds #58
  • Split DrawMap commponents into Layers and DrawTools #57
  • Make Roles enum an IntEnum subclass #74

Fixed

  • Fix react-remove-scroll-bar warning #29
  • Don't move reference image when panning map #59
  • Fix ansible task to use var defined in group_vars #74

Deprecated

Removed

Security