Skip to content
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

Fix Typo From liablity To liability #557

Merged
merged 15 commits into from
Oct 23, 2023
Merged

Conversation

jwaspin
Copy link
Contributor

@jwaspin jwaspin commented Jul 5, 2023

Closes Issues

closes #497
adiwg/mdEditor/issues/497

Changes:

import:
Currently, when the user selects a file to import, the process will determine the type of file import then use the respective process to pre-load data from that type of source before sending it to the UI. Fixing the liability typo happens immediately before returning the data to the UI. At this point nothing has been imported into the store, it is pre-loaded into the UI for the user to view before saving the imported data. To summarize, the liability typo is fixed before the data to be imported is displayed in the UI.

export:
Currently, the data from the store is dumped into a file. The new change here is the 'export all' button will fix the liability typo in the store before exporting. This will fix existing records so the simple act of exporting will fix existing typos. The subsequently exported data will be fixed, but so will the data stored in the local environment, fixing existing records.

Test deployment updated 8/28/2023: http://34.201.136.147:8001/

@jwaspin
Copy link
Contributor Author

jwaspin commented Jul 5, 2023

There might be other changes that need to be made.

Fixing more liablity typos
Re: mdTranslatorAPI URL
Remove outdated URL.
Uncomment production URL.
New function definition to handle the more generic use case from a
different location. This should handle all import formats.
@jwaspin jwaspin marked this pull request as ready for review August 23, 2023 14:57
Copy link
Contributor

@hmaier-fws hmaier-fws left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets give it a try...

@hmaier-fws hmaier-fws merged commit b383aa4 into develop Oct 23, 2023
@jwaspin jwaspin deleted the bugfix/liablity-to-liability branch October 23, 2023 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Liability statement (liablityStatement) wrong key value written to mdJSON
2 participants