Giter Site home page Giter Site logo

abstract-open-solutions / abstract.simplemanagement Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 293 KB

Project management the simple way - MOVED TO https://github.com/collective/collective.simplemanagement

Python 85.12% JavaScript 13.02% Shell 1.87%

abstract.simplemanagement's People

Contributors

gborelli avatar simahawk avatar simonedeponti avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

kingel

abstract.simplemanagement's Issues

Markdown editor

Add ability for the user to choose, for long descriptive text in stories, epics, projects, to choose whether to use the HTML editor (Tiny) or write stuff in markdown or REST

Resource profile

A view that shows:

  • A montly calendar (via FullCalendar) where for each day the cumulative booking done by that user is shown
  • If you click on the day, the daily list of bookings made by that user is shown
  • In seaparate tab the list of stories and tickets assigned to the resource

Better UI reuse

There are a number of places where the UI could be reused better:

  1. copy-pasted get_assignees method with the relevant templates, that can maybe be generalized.
  2. abstract.z3cform.usertokeninput can maybe be reused also for the operatives list, etc.

Global user dashboard

A global user dashboard with assigned tickets, stories (as the project one but for everything)

Statistic view

A view that shows:

  • For each year/month/day (the detail should be adjustable) the number of hours booked per user (employee)
  • The same as above, but divided by project
  • A view that shows all the projects on which there is ongoing work, and the cumulative number of hours and involved resources for their current iteration (a la compass)
  • A view that shows, for the next n days, the daily/weekly/whatever projected load (in hours) for each resource. An algorythm to determine the "median" load should be found

Better navigation

The navigation portlet is not fit for the navigational needs of the project.

Therefore, it is needed:

  • To remove navigation customization code at src/abstract/simplemanagement/browser/navigation.py
    • To implement a new navigation portlet
    • To add code upon project creation that blocks the (default) navigation portlet for the project and beyond, and puts the "new" portlet in place

The project navigation portlet should be organized in a tree structure like the following:

|- Resources
|   |- Tracker
|   |- Documentation
|
|- Iterations
|   |- Backlog
|   |
|   |- Current iterations
|   |   |- Iteration 1
|   |   |- ...
|   |   |- Iteration n
|   |
|   |- Future iterations
|   |   |- Iteration 1
|   |   |- ...
|   |   |- Iteration n
|   |
|   |- Past iterations
|       |- Iteration 1
|       |- ...
|       |- Iteration n
| 
|- Epics
|   |- Epic 1
|   |   |- Epic 1.1
|   |   |- Epic 1.2
|   | 
|   |- Epic 2

In this tree, the first-level items (Resources, Iterations, Epics) are not links but simple labels.
This tree behaves like the standard navigation is selecting the "current" element and also in exploding sublevels where necessary (Documents and Epics, for example)

Assignee view

When assignees are displayed in all the system, show the full name instead of userid with a link to a user-specific dashboard (see reports)

Restructure project view

  • Accordion for iterations
  • View timings and status of iterations (percentage completed)
  • Collapse project details
  • Ability to add stories and bookings directly

Add shortcuts

we need shortcuts for:

  • add new stories in project view (they will end up in the backlog)
  • add new stories in backlog
  • add new ticket in project view

Scrum board

Implement a scrum board that allows drag and dropping of tasks to change their status (a la ScrumDo)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.