Creating MERN stack CMS web application, which is expected to contain almost all off the advance features, from students' admission, to their batch assignment, attendance, result and final transcript. I'm super ready for suggestions, so feel free to suggest!
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
(+) Features added (-) Features removed (/) Features changed
/ Fixed all the conflicts caused by the unified user model, see previous devlog for more info about it.
(+) Features added (-) Features removed (/) Features changed
(+) Features added (-) Features removed (/) Features changed
/ UID not being displayed on profile page (FIX)
+ Created blueprint of CNIC validation helper function on backend
(+) Features added (-) Features removed (/) Features changed
/ Changed regno to UID, cuz it feels more practical
(+) Features added (-) Features removed (/) Features changed
/ Teacher's registration number creation utility now uses slugs to create the after decimal part of the UID
(+) Features added (-) Features removed (/) Features changed
No features are removed since last devlog!
(+) Features added
(-) Features removed
(/) Features changed
Programs form dynamically shows departments from database, to make department selection much easier
Teachers can signup
Students can signup
/ useSignup hook now points to the right API endpoint
Unified Student, Teacher and Admin model to a single User model, and work's being done with the help of mongoDb's populate query.
Created the MVP, which contains important database models, custom jwt-based authentication and some other features such as automatic UID assignment to student upon successful admission. Detailed description is in the Github Repo