-
Notifications
You must be signed in to change notification settings - Fork 9
[OSDEV-1365] SLC: Integrate collecting contribution data page #470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
VadimKovalenkoSNF
merged 108 commits into
main
from
OSDEV-1365-SLC-integrate-collecting-contribution-data-page
Jan 31, 2025
Merged
Changes from all commits
Commits
Show all changes
108 commits
Select commit
Hold shift + click to select a range
d6e1178
added production location info page, part of the redux, passed countr…
6eec3e6
added processing type data
266d749
minor fixes
4129ab7
minor changes regarding coderabbitAI comments
645646e
Merge branch 'main' into OSDEV-1130-implement-collecting-contribution…
9a7880c
added task description
cacecc5
changes with arrow icon, revert propType, simplified handlers
4a98939
added cursor and changed structure of title and btn
f0dfa78
errorText changed, fixed styles
f5c9ab9
removed default option
8dc80e6
fixed classes
61d7cef
Change the release date for version 1.27.0 (#466)
Innavin369 c37757e
[OSDEV-1533] Moderation Decision Date should be N/A if "status_change…
Innavin369 fdcf385
[OSDEV-1532] Fix date filter on the Moderation Queue page (#469)
Innavin369 3dcf1f5
Make integration of POST /v1/production-locations/ (partial impl)
VadimKovalenkoSNF c32fd03
Parse request data object
VadimKovalenkoSNF ff5be59
Minor refactoring
VadimKovalenkoSNF c253c9c
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF aebc370
Minor post-merge fixes
VadimKovalenkoSNF 277ab75
Remove redundant code
VadimKovalenkoSNF 062ef95
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 044e87a
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF e74a94f
Minor merge conflict fixes
VadimKovalenkoSNF 39f5041
Integration of modal window (partial impl)
VadimKovalenkoSNF a423100
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF e88f06c
Add interval to fetch moderation event
VadimKovalenkoSNF 26afd31
Introduce ProductionLocationDialog
VadimKovalenkoSNF 7c96de2
Remove interval to get moderation record, introduce cleaned_data in t…
VadimKovalenkoSNF 6c10f10
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 0a6738a
Apply separate routing for PATCH and POST
VadimKovalenkoSNF 0bb4281
Fix routing
VadimKovalenkoSNF fe0b740
Disable empty labels
VadimKovalenkoSNF 64b2767
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF a749999
Add data handling from the localStorage
VadimKovalenkoSNF e0253ab
Hide modal window on clicking back button in browser
VadimKovalenkoSNF b786e9a
Refactor local storage key naming
VadimKovalenkoSNF cb5648a
Connect single procution location, populate response to the form fields
VadimKovalenkoSNF 6d63cc3
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 7cebefc
Use lodash isEmpty intead of custom method
VadimKovalenkoSNF fbe6335
Connect PATCH endpoint
VadimKovalenkoSNF 74fa171
Force trailing slash in URL to prevent broken UX scenarios
VadimKovalenkoSNF 5407df5
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 116250e
Manually replace changes from OSDEV-1374
VadimKovalenkoSNF 924f80e
Integrate FE routing
VadimKovalenkoSNF 2b588b8
Refactor fetchProductionLocationByOsId()
VadimKovalenkoSNF 3a12aa4
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF eedb506
Minor lint fixes, more prop types
VadimKovalenkoSNF a6ac24a
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 4dac01f
Fix submitMethod proptype, rollback signals.py file
VadimKovalenkoSNF 552bf2a
Create responsive close dialog button, create effect to go back feature
VadimKovalenkoSNF fa37609
Pass moderation status to the chip component
VadimKovalenkoSNF 46ca133
Refactor text transform
VadimKovalenkoSNF 11a40b1
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 74adb1d
Upd styles for chip component depending on moderation status
VadimKovalenkoSNF 6e692d2
Fix merge confilicts leftovers
VadimKovalenkoSNF 43431d5
Fix unit tests
VadimKovalenkoSNF 1670ee0
Fix bug with zero number of workers
VadimKovalenkoSNF 2d14b04
Refactor modal window rendering
VadimKovalenkoSNF d1866b6
Fix backrouting and single number of workers
VadimKovalenkoSNF 7ebccab
Handle claim link in ProductionLocationDialog
VadimKovalenkoSNF 628e95a
Refactor getting of claim status
VadimKovalenkoSNF 2bdcd3e
Optimize routing of /contribute/single-location
VadimKovalenkoSNF 042a544
reuse contributeProductionLocationRoute
VadimKovalenkoSNF ad0aa01
Update test_production_locations_partial_update
VadimKovalenkoSNF 1161d49
Update test_production_locations_create
VadimKovalenkoSNF 9167351
Add more tests for ProductionLocationDialog test
VadimKovalenkoSNF 1f9a4cb
Add test for dialog on close
VadimKovalenkoSNF 780c288
Minor optimizations
VadimKovalenkoSNF b67ebed
Refactor renderValue() function
VadimKovalenkoSNF afe757c
Apply minor fixes
VadimKovalenkoSNF ded0db0
Minor test fix
VadimKovalenkoSNF 1780fb9
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 274cf4e
Remove console.log
VadimKovalenkoSNF cc83354
Refactor claim button
VadimKovalenkoSNF 468b9e2
Minor test fix
VadimKovalenkoSNF edff79d
Connect sector to fieds for the modal dialog
VadimKovalenkoSNF b147829
Refactor sector rendering on dialod popup
VadimKovalenkoSNF f041625
Apply errro handling on FE
VadimKovalenkoSNF 358a715
Refactor routing between SearchByNameAndAddressSuccessResult and Prod…
VadimKovalenkoSNF 305e251
Update search param props
VadimKovalenkoSNF 4794001
Update release notes
VadimKovalenkoSNF 3685703
Fix bug with non-cleared Redux state with pending moderation event
VadimKovalenkoSNF 68d2d77
Refactor disabled claim button message
VadimKovalenkoSNF 34a4022
Add info icon to pending claim button
VadimKovalenkoSNF ba2aad4
Update unit tests
VadimKovalenkoSNF 321ad32
Bring back box shadow for confirm button
VadimKovalenkoSNF 0286c92
Fix lint issue
VadimKovalenkoSNF 9ba00ea
Update tooltip text
VadimKovalenkoSNF 3f98a94
Filter empty additional data before passing to ProductionLocationDial…
VadimKovalenkoSNF 4ff5b35
Refactor claimButton parameter handling
VadimKovalenkoSNF e987656
Reuse getIsMobile util function
VadimKovalenkoSNF c49fb12
Refactor claimButton parameters
VadimKovalenkoSNF 54accbd
Create makeContributeProductionLocationUpdateURL
VadimKovalenkoSNF 491f0f9
Refactor convertRangeField
VadimKovalenkoSNF 04ed47c
Refactor parseContribData
VadimKovalenkoSNF 96db96c
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF beea517
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 8d813e6
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF e6a1948
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF ca50453
Merge branch 'main' into OSDEV-1365-SLC-integrate-collecting-contribu…
VadimKovalenkoSNF 4e616aa
Minor review fixes
VadimKovalenkoSNF f735504
Use memoization for the getIsMobile() function
VadimKovalenkoSNF 5360439
Refactor routing handling and abstract conditions in ProductionLocati…
VadimKovalenkoSNF 22e9e5b
Minor refactoring
VadimKovalenkoSNF 0ecf1bc
Add contitional instruction on production location info page
VadimKovalenkoSNF 39e4a61
Refactor duplicated contributeProductionLocation
VadimKovalenkoSNF 5a434d4
Add timeout clearing
VadimKovalenkoSNF a12983b
Add useMemo to the inputData
VadimKovalenkoSNF File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.