Python Forum

Full Version: Employee task manager and progress pipeline
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello Community.

I've just ended with the basics of coding and OOP for Python. I would like to create a very basic web app that has an interface for adding employees and assigning tasks to them. As well as a separate web page for employees to log in, and tick off the different sub-tasks related to the completion of their assigned main task.

I know how to make classes and objects, variables, arrays, and conditional statements. Can someone please help me with the blueprint of things I need to do to achieve this.

Thank you for your help.
This is more information than can be presented in a simple post.
You should take in a tutorial on Flask, suggest: https://blog.miguelgrinberg.com/post/the...ello-world
Thanks. I'll check it out.