- AZLearn
- Atinder Pal
- Ayesha Fatima
- Zhen “Alex” Liu
- Amr Fouad
- Dispersed classroom timesheet, grading sheet and learning materials, that worsen students experience during their learning journey
- Cumbersome admin work using excel/ google sheets to manage courses and assignments, that diverts instructors attention from core teaching activities, content creation, and delivery
- Having one-Stop-Shop for course and assignment management
- Trello board : https://trello.com/b/peOWTJee
- GitHub Repo: https://github.com/TECHCareers-by-Manpower/capstone-project-a-to-z
- Instructions for installing the application: Can be found in the GitHub Repo main branch under Project_Documentation/AppInstallation_Instructions.
- Instructions for using the application: Can be found in the GitHub Repo main branch under Project_Documentation/AppUserGuide_Instructions.
- Instruction for application test cases: Can be found in the GitHub Repo main branch under Project_Documentation/AppTesting_Instructions.
- Project Planning and Design documentation: Can be found in the GitHub Repo main branch under Project_Documentation/
- Project Management documentation: Can be found in the GitHub Repo main branch under Project_Documentation/ ProjectProjectManagement
- Project Wireframe: Can be found in the GitHub Repo main branch under Project_Documentation/ AppWireframe
- Project scoping / features list: Can be found in the GitHub Repo main branch under Project_Documentation/ AppFeatures_List
- General_Citation: Coding practices in the backend were inline with the TechCareer classroom practices.
- Filename_Citaion: Cohort Course Controller and Homework Controller
- To validate the incoming Resources Link (URL) before saving to DB. https://stackoverflow.com/questions/161738/what-is-the-best-regular-expression-to-check-if-a-string-is-a-valid-url
- User control: Email Regex: https://stackoverflow.com/questions/16167983/best-regular-expression-for-email-validation-in-c-sharp/16168118 Password Regex : https://stackoverflow.com/questions/5859632/regular-expression-for-password-validation