(3 intermediate revisions by the same user not shown)
Line 85:
Line 85:
=== Dependencies and Packaging Work Tracking ===
=== Dependencies and Packaging Work Tracking ===
==== COPR Workspace ====
This has moved [[Infrastructure/TaigaProject#Dependencies_and_Packaging_Work_Tracking|here]].
The following COPR is to be used as a workspace to get all dependencies and Taiga components packaged and built so they can be tested even if everything has not yet completed the [[Package_Review_Process | Fedora Package Review Process]].
* If anyone is interested in joining the packaging efforts, please feel free to add yourself to the table below as currently working on a package and apply to the above COPR as a builder.
==== Taiga Core Components ====
* [https://github.com/taigaio/taiga-front/ taiga-front: Taiga's web front-end (written in JS, node.js, and coffeescript)]
Currently different groups (or "subprojects") within the Fedora Project all function in a very disjoint fashion with completely different workflows. While this is likely very applicable from a technical perspective for various needs, there are project planning workflows that can be adapted to almost any type of work. A prime example of this would be kanban, which was originally extracted from supermarket stocking, applied to automotive manufacturing, and recently become very popular in the software development world. The idea here would be that you take a task and divide it into units of work that are estimated to take some finite amount of time to accomplish and in the event that it takes longer, that task should be broken out into smaller tasks. This lends itself to rapid iterative improvements instead of giant all-encompassing project based work.
Benefit to Fedora
The hope here is that this will allow for Fedora to be more open and inviting to new contributors because various groups/SIGs within the Fedora Project will share a similar workflow at least at a high level such that someone looking at what the Infrastructure Group is up to could also look at what the QA or Docs groups are up to and have a decent idea of what is going on in order to decide if there's any ongoing work that interests them. Another aspect is that if the ongoing work within these groups has been broken down into small enough tasks that someone can accomplish them in half a day, a day, or two days (or some other arbitrary "size" of time), it will allow a newcomer to have a well defined task that is an entry point into the project that they find interesting without being too daunting.
Aside from opening up even more to new contributors, this will hopefully encourage different groups within Fedora to think about the work they are doing in small enough tasks that can be easily measured and by looking at the project "board" (more on the board later in discussion of tools), an overview of what's in progress and what's coming down the pipeline is easy to view both for actively engaged members doing the work and for obervational community members just curious what other groups are up to.
Scope
The scope of this work initially is to decide if everyone would be on board with the change. That is what the meeting on 2015-05-13 is about.
From there we will need to decide on a tool to use to deliver the user facing side of the workflow, to allow for different Projects within the Fedora umbrella to access and use the utility for planning work. Once one is decided upon the scope of this will become more apparent in terms of packaging requirements and requests needed to be made to the Infrastructure group.
Tools
There are a number of tools that are popular in this space, the most popular of which is arguably Trello, however because it is closed source software it is not an option for Fedora. Luckily because of the popularity of this space there are a number of open source projects that satisfy this space. Of those, the following have been discussed on Fedora mailing lists in the past and will be evaluated for use in Fedora.
Cantas - Implements effectively the "Kanban board" for projects
kanboard - Also implements a "kanban board" (the CentOS project is currently using this)
Phabricator - Offers more of a complete software project hosting service, does have a feature tracker that could likely be adapted to the kanban style (QA is using this for Taskotron development)
This will be where the scope of work needed will be listed out in order to plan and implement the Proof of Concept(PoC) for use of Taiga as the Project Planning/Management and kanban board workflow for Fedora. Originally the PoC will target the Fedora Rel-Eng group but we will be working cross-team to make sure requirements and considerations are taken into account to allow for other teams within Fedora to use Taiga.