Where do I start with this project?
Posted: Mon May 04, 2020 1:26 pm
I am fairly new to programming. I am lightly familiar with python, html and css from courses I have done several years ago. Right now I am working my way through CS50 and really enjoying it.
I have an idea for a project I want to develop full stack by myself. I would like to know if you think I will be able to figure it out by myself after CS50, or if i should look for more training before starting. Also If you have any recommendations on anything that could help me, please do help.
Project:
A web application for organizational scheduling and organization. The user would be the manager of a company. They would input all of their employees and current projects. They would be able to assign the projects to certain/groups of employees. The manager would then be able to make a daily/weekly/monthly schedule by selecting only the project. The application would know which employees are involved and schedule them accordingly. The app would also alert the manager if they called an employee to two different meetings at the same time without realizing.
A later iteration of this app would allow the employees to log in and see their personalized schedule for the day/week/month, rather than searching through the full company schedule.
I am sure there is software very similar to this already. I want to do this as a personal development project regardless.
Right now I am thinking about python and a framework like django for the back end. And obviously html/css for the front end. Is it essential that I learn javascript for the front end too? These ideas of how to implement it are purely because I don't know any better, so please give me suggestions.
Thank you!
I have an idea for a project I want to develop full stack by myself. I would like to know if you think I will be able to figure it out by myself after CS50, or if i should look for more training before starting. Also If you have any recommendations on anything that could help me, please do help.
Project:
A web application for organizational scheduling and organization. The user would be the manager of a company. They would input all of their employees and current projects. They would be able to assign the projects to certain/groups of employees. The manager would then be able to make a daily/weekly/monthly schedule by selecting only the project. The application would know which employees are involved and schedule them accordingly. The app would also alert the manager if they called an employee to two different meetings at the same time without realizing.
A later iteration of this app would allow the employees to log in and see their personalized schedule for the day/week/month, rather than searching through the full company schedule.
I am sure there is software very similar to this already. I want to do this as a personal development project regardless.
Right now I am thinking about python and a framework like django for the back end. And obviously html/css for the front end. Is it essential that I learn javascript for the front end too? These ideas of how to implement it are purely because I don't know any better, so please give me suggestions.
Thank you!