Change log page#1697
Open
a-limyr wants to merge 6 commits into
Open
Conversation
|
Visit the preview URL for this PR (updated for commit bf25f73): https://ent-ror-abzu-dev--pr1697-changelog-report-zo9tw3h7.web.app (expires Thu, 16 Apr 2026 07:53:12 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 062563fce35e36a421ef531ddfc5db6c937ea3b1 |
Made custom queries for change log page.
Contributor
|
Would be useful with some links from the changelog back to the stop places / versions maybe? |
testower
reviewed
Apr 9, 2026
testower
reviewed
Apr 9, 2026
testower
reviewed
Apr 9, 2026
| saveDialogError: string; | ||
| } | ||
|
|
||
| class ChangelogPage extends React.Component<Props, LocalState> { |
Contributor
There was a problem hiding this comment.
Avoid using class component.
Also, this should be split up into more components for composition. The fact that botht he component and the container are called "ChangelogPage" is a bit of a bad sign in terms of code design. Maybe there is a solution that composes multiple component in the container?
testower
requested changes
Apr 9, 2026
|
testower
approved these changes
Apr 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Adds a Changelog page that lets users search for recent stop place changes using the same modality, topographical, and free-text filters available on the main search page. Results are displayed in a sortable table
with expandable rows showing the full version history per stop place. Users can save, load, and delete named filter presets that persist across sessions via localStorage.
Issue
No existing issue — full description below.
Motivation:
Operators need an audit trail view to see which stop places were recently changed, who changed them, and what comment was left. The existing Report page covers search, but has no changelog/version-history
perspective.
How the code works:
ReportParentStopPlace fragments.
Technical decisions:
container/component pattern in this codebase.
Unit tests
Documentation
No new configuration options were added.