MLH-Fellowship / orientation-project-python-24.SUM.B

Orientation Project (Python for 24.SUM.B)
1 stars 6 forks source link

Spell check on content added by user #11

Closed MLHProgram closed 6 days ago

MLHProgram commented 4 weeks ago

Be able to check that Experience, Education and Skill do not contain any spelling errors. This should be triggered by the user from the client. The format returned should follow this format:

[
    {
        "before": "Hellq there",
        "after": "Hello there"
    }
]

If a better format can be found, this must be discussed with your Pod Leader to make sure the fellows contributing to the JavaScript repository can build functionality to match it.

This should include a test in test_pytest.py to show that it works correctly.

varshar4 commented 1 week ago

@sebaspv