My Academic Record is a Multi-Page Full Stack Responsive Web application made entirely from Python🐍. My Academic Record is powerful web based app which serves an important purpose that is storing and tracking your academic performance and history like a digital diary or a log of you academic status. Not just recording it also provides data analytics of your performnace in an Aesthetic and visually pleasing graphs. The entire application is Responsive hence can be accessed in any device ranging from a smartphone to a desktop.
The moto of making this app is i personally feel unanswerable to myself where i'm lacking or whether is there any improvement or consistency in my perfromance compared to the last semester, why care you ask coz these little things matter in the end and we are just too lazy to enter those marks in a physical diary or keep record of them and carry, now..whats the better way of doing it?.. the solution is a web app which can be accessed anywhere on any device any time and there is no question of loosing the log cause eveything is digital as it should be in 21st century.
dashbaord.mp4
If you are a new user enter your data or if you're an existing user you can either edit your previously entered data or enter new data.
editing.mp4
analytics.mp4
create.mp4
read.mp4
update.mp4
delete.mp4
As soon as the user creates an account for the 1st time a new folder is generated with his roll number autonomously and empty template files are added into the folder which can be filled by the user once he logs in, once filled the file structure changes and content loaded in the next login section changes, options available during the intial login will not be displayed if the system checks the intial "empty" template files are filled
templateaction.mp4
beforeediting.mp4
After every other login apps stops showing you necessary options shwon during your 1st time login, 2nd Login on wards it looks like this
afterediting.mp4
If the user chooses to add a DP , the uploaded image is collected resized and compressed with minimal resolution loss and stored with a name same as roll number
dp.mp4
If you choose Lateral during sign up you wont see semster-1 and semster-2 , it starts from semester-3
For every new Semester or change in the curriculum, base template should be added or edited depending upoun the change in the Templates dir so that the new users as well as the current users data is not lost and updated as per the time, the only manual thing to do is editing the template during curriculum changes rest all the operations are autonomous.
In case if the user chooses not to upload any DP for the 1st time by default "boo.jpg" from the template dir is saved, later he can change it once logged in.
-
The Motto behind to not to use a database is to challenge the logical side of me, with a database like sql lite3 things are so easy the entire app can be made in a week with zero scope of errors or crashes with little or no efforts, the real struggle is to create one that requires a database to store or request data without using a database. With no database the work of getting,saving,storing,accessing and requesting data becomes so sensitive and difficult. Why the Struggle you ask..idk...why do people still use vanilla CSS when there are frameworks which make life easier like tailwind css, bootstrap ?! it's just how it is. Somehow after spending close to 20days i finnaly managed to complete it on my own without help of an online tutorial or some sort of resource,I feel glad that there is no streamlit app in the entire internet which is full stack and has accouting system without a CMS(content mangement system) and ORM(Object–relational mapping), "My AcadRec" is a fully functional Dynamic web app which provides content based on the user who logged in, the best thing is that it all does this without frontend-scripting-backend languages support.