From 8cb15bb72da40701a3dfaccd3d3be039f2c13124 Mon Sep 17 00:00:00 2001 From: Vidhiagrawal3 <51315502+Vidhiagrawal3@users.noreply.github.com> Date: Sat, 2 Oct 2021 14:26:23 +0530 Subject: [PATCH 1/2] Create Alumni-Tracking-Portal --- .../2-Intermediate/Alumni-Tracking-Portal | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Projects/2-Intermediate/Alumni-Tracking-Portal diff --git a/Projects/2-Intermediate/Alumni-Tracking-Portal b/Projects/2-Intermediate/Alumni-Tracking-Portal new file mode 100644 index 00000000..6cbcea03 --- /dev/null +++ b/Projects/2-Intermediate/Alumni-Tracking-Portal @@ -0,0 +1,30 @@ +# Alumni Tracking Portal + +**Tier:** 2-Intermediate + +A MEAN Stack Web Application allowing College/University Administration to keep tack of the College Alumni, interact with them and also the College Students can interact with the Alumni and get valuable guidance. + +## User Stories + +- [ ] Users are registered on basis of their unique ID i.e their college enrollment number ensuring only that college's students/alumni can register +- [ ] Alumni, college administrators and college students can register themselves and they can login using their email id +- [ ] Alumni can post blogs regarding any topic. They can also include pictures in their blogs. The blogs will serve as informative materials for other alumni and students +- [ ] Users can like, comment on and save blogs for their reference +- [ ] Students and college administrators can search an alumnus/alumna, using several filters based on majoring subjects, passing year and more and view their profile +- [ ] Users can add, edit or delete details in their profile +- [ ] College Administrators can post Events' details and updates as notifications. They can send E-invites to the alumni for the upcoming events/ re-union meets + +## Bonus features + +- [ ] Chatbox/ Messaging section facilitating the users to interact on the go, without having to find each other's email id and then communicate + +## Useful links and resources + +- [Angular Quick tutorial]() +- [MDBootstrap for Angular UI Elements]() +- [Nodejs Installation]() + +## Example projects + +- [Alumni Tracking Portal using MEAN Stack](https://github.com/Vidhiagrawal3/Union) +- [Alumni Tracking System project on Github](https://github.com/killerone/Alumni-Tracking-System) From e2a70582ed5042f826a87683ce418e35d7d6b355 Mon Sep 17 00:00:00 2001 From: Vidhiagrawal3 <51315502+Vidhiagrawal3@users.noreply.github.com> Date: Sat, 2 Oct 2021 14:28:03 +0530 Subject: [PATCH 2/2] Rename Alumni-Tracking-Portal to Alumni-Tracking-Portal.md --- .../{Alumni-Tracking-Portal => Alumni-Tracking-Portal.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/2-Intermediate/{Alumni-Tracking-Portal => Alumni-Tracking-Portal.md} (100%) diff --git a/Projects/2-Intermediate/Alumni-Tracking-Portal b/Projects/2-Intermediate/Alumni-Tracking-Portal.md similarity index 100% rename from Projects/2-Intermediate/Alumni-Tracking-Portal rename to Projects/2-Intermediate/Alumni-Tracking-Portal.md