Skip to content

Commit

Permalink
Merge pull request #259 from nsidc/dev-202403
Browse files Browse the repository at this point in the history
Revamp datamodel and data entry UX
  • Loading branch information
mfisher87 authored Mar 14, 2024
2 parents 3b72095 + 412a72d commit 33c2476
Show file tree
Hide file tree
Showing 66 changed files with 3,804 additions and 4,414 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## UNRELEASED

* Revamp data model
* All objects unified in one main table
* Renamed surveys/projects -> Assessments
* Added object library table
* Revamp user experience
* Enter assessment data all on one page
* Manage object library separately from assessment data
* Revamp architecture
* Use HTMX to start implementing HATEOAS architecture


## v1.6.1 (2023-12-22)

* Spelling fixes
Expand Down
2 changes: 1 addition & 1 deletion compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
###############################################################
# DEV DANGER ZONE: These settings are INSECURE IN PRODUCTION. #
###############################################################
# Enable the in-browser debugger:
# Enable the in-browser debugger and hot reloading:
FLASK_DEBUG: "True"
# In dev, we don't need to secure our sessions
FLASK_SECRET_KEY: "supersecret"
Expand Down
Loading

0 comments on commit 33c2476

Please sign in to comment.