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.
1 Added new files:
• ANSWERS_UTILS.md: Documentation for Answer Editor and Cleaner
• answer_editor.py: Flask web application for editing answers
• cleanse_answers.py: Script for cleaning and sanitizing answers
• templates/index.html: HTML template for the answer editor
2 Updated README.md:
• Added instructions for copying example files to the data_folder
• Included information about the data_folder structure
• Added a section about the Answer Editor and Cleaner
3 Modified data_folder_example:
• Updated plain_text_resume.yaml with placeholder values
• Removed resume_liam_murphy.txt
• Updated secrets.yaml with a placeholder for the API key
4 Updated requirements.txt:
• Added Flask and Flask-Bootstrap
• Removed duplicate pytest entry
5 Removed files from data_folder:
• config.yaml
• plain_text_resume.yaml
• secrets.yaml