curiouslearning / followthelearners

MIT License
2 stars 1 forks source link

Refactor Admin Dashboard to Typescript #527

Closed eric-gt closed 3 years ago

eric-gt commented 3 years ago

User Stories As a Developer, I want to rewrite the Admin Dashboard code in Typescript So that current and future code will be more robust and maintainable And so time can be saved during QA since typos and type mismatches are caught at compile-time

Acceptance Criteria Given that I am viewing the /static/js/admin folder of the project repository I should see all scripts that were previously implemented in Javascript are now implemented in Typescript

And

Given that I am viewing the Admin Dashboard When I inspect previously implemented functionality, it should behave identically to how it did prior to the refactor