Python Forum
Employee task manager and progress pipeline
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Employee task manager and progress pipeline
#1
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.
Reply
#2
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
Reply
#3
Thanks. I'll check it out.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020