eWorkBook is a project management tool which is used for resource allocation and visualize the project key metrics
If you are wanting to build and develop this, you will need the following items installed.
- Go version 1.12+
git clone [email protected]:parithibang/e-work-book.git $GOPATH/src/e-work-book
cd $GOPATH/src/e-work-book
make install
Make sure you set the GOPATH
environment variable. Resource for setting the GOPATH
.
This is a resource allocation management tool which used to keep track of the projects assigned to the employees and how much percentage of work is been assigned to the employees on each project.
These are the core modules
- Users
- Pods
- Projects
- Teams
- Search
Users are EHI employees. There are 2 user roles
- Pod Leads
- Employees
This application will be accessible only to Pod leads. Pod lead created or uploads employee data.
EMIS Health India Pods
Projects module used to list all the projects in the overall organisation.
Teams module is a group of employees who work in the projects
Search module is used to filter out the user record and percentage of work assigned to each project.