Skip to content

Issue 39: Add Ability For Current User Viewing a Place to See Their Current Proposed Edits To Said Place#40

Merged
burkkyy merged 23 commits intomainfrom
issue-39/add-ability-for-current-user-viewing-a-place-to-see-their-current-proposed-edits-to-said-place
Sep 12, 2025
Merged

Issue 39: Add Ability For Current User Viewing a Place to See Their Current Proposed Edits To Said Place#40
burkkyy merged 23 commits intomainfrom
issue-39/add-ability-for-current-user-viewing-a-place-to-see-their-current-proposed-edits-to-said-place

Conversation

@klondikemarlen
Copy link
Member

@klondikemarlen klondikemarlen commented May 27, 2025

Relates to:

Context

When a user views a place, and then proposes some changes, these changes are stored as a "proposed edit" in the "place edit?" table.
When the user goes back to view the place again, and make more changes - before the previous changes have been approved - they want to be able to add see their currently proposed edits as though they have been applied.
i.e. users want the ability to perform multiple edits over a few days, and have them bundled so they can be approved all at once.

Implementation

TODO

Screenshots

TODO

Testing Instructions

  1. Run the test suite via dev test (or dev test_api)
  2. Boot the app via dev up
  3. Log in to the app at http://localhost:8080

NOTE: not all commands will work in this repo.
…ist before creating InterpretiveSite.Assets table.
Probably database field should default to GetUtcDate() rather than requiring this to be set manaully.
@klondikemarlen klondikemarlen self-assigned this May 27, 2025
@klondikemarlen klondikemarlen added the enhancement New feature or request label May 27, 2025
Why? https://docs.npmjs.com/cli/v11/configuring-npm/package-lock-json
> This file is intended to be committed into source repositories
Why? So I can use relative paths for imports when running ts-node via npm.
Why? Easier to maintain in a single location.
Example:
dev migrate up
dev migrate make create-some-table
etc.
NOTE: you need places to be able to create places as NTSMapSheet - required for creation of places -
is actually a list of values taken from existing places.
@burkkyy burkkyy marked this pull request as ready for review September 12, 2025 19:16
@burkkyy
Copy link
Member

burkkyy commented Sep 12, 2025

PR is not a full impl, but mergeing anyways to move on

@burkkyy burkkyy merged commit e032fc8 into main Sep 12, 2025
2 checks passed
@burkkyy burkkyy deleted the issue-39/add-ability-for-current-user-viewing-a-place-to-see-their-current-proposed-edits-to-said-place branch September 12, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants