You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Follow up on #3106, re-parse command button shares reparse logic with management command. Basically, the command button calls the management command.
We want to create a new utility function to share part of reparsing command logic and create a reparse admin command logic which enables us to customize logic between the two.
Acceptance Criteria: Create a list of functional outcomes that must be achieved to complete this issue
Reparse admin command runs from a function and not management command
Reparse management command is simplified
A utility function is created as a help function for both management and admin command reparse
Testing Checklist has been run and all tests pass
README is updated, if necessary
Tasks: Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Refactor clean_and_reparse command and decompose management command from admin action reparse command
Create a utility function and move body of reparsing code to utility function
Create a separate function for parsing admin command which performs reparsing when called by reaprse command from admin button. This function uses the same utility function created in the step above
Run Testing Checklist and confirm all tests pass
Notes: Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
Note 1
Note 2
Note 3
Supporting Documentation: Please include any relevant log snippets/files/screen shots
Doc 1
Doc 2
Open Questions: Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete
What error handling updates to we want to add to django admin action?
Do we want to sunset management command?
The text was updated successfully, but these errors were encountered:
Description:
Follow up on #3106, re-parse command button shares reparse logic with management command. Basically, the command button calls the management command.
We want to create a new utility function to share part of reparsing command logic and create a reparse admin command logic which enables us to customize logic between the two.
Acceptance Criteria:
Create a list of functional outcomes that must be achieved to complete this issue
Tasks:
Create a list of granular, specific work items that must be completed to deliver the desired outcomes of this issue
Notes:
Add additional useful information, such as related issues and functionality that isn't covered by this specific issue, and other considerations that will be helpful for anyone reading this
Supporting Documentation:
Please include any relevant log snippets/files/screen shots
Open Questions:
Please include any questions or decisions that must be made before beginning work or to confidently call this issue complete
The text was updated successfully, but these errors were encountered: