All Projects → taigaio → Taiga Front

taigaio / Taiga Front

Licence: agpl-3.0
Agile project management platform. Built on top of Django and AngularJS

Programming Languages

coffeescript
4710 projects
Pug
443 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Taiga Front

taiga-front-next
Next taiga-front version with Angular
Stars: ✭ 27 (-99.23%)
Mutual labels:  project-management, taiga
Wookteam
WookTeam是一款轻量级的开源在线团队协作工具,提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM,知识库管理等工具。
Stars: ✭ 287 (-91.8%)
Mutual labels:  project-management
campr
Campr Workspace App
Stars: ✭ 33 (-99.06%)
Mutual labels:  project-management
cantiga
Membership management system that helps non-profit organizations running their projects, written in PHP / Symfony.
Stars: ✭ 20 (-99.43%)
Mutual labels:  project-management
Meta
Discussions around the processes and coordination of the Bitcoin Design Community
Stars: ✭ 120 (-96.57%)
Mutual labels:  project-management
memorable-milestones
A GitHub Action that puts your milestones on auto-pilot, using memorable emoji names 🤖
Stars: ✭ 18 (-99.49%)
Mutual labels:  project-management
kanboard
Kanban project management software
Stars: ✭ 6,484 (+85.2%)
Mutual labels:  project-management
Awesome Engineering Team Management
👔 How to transition from software development to engineering management
Stars: ✭ 319 (-90.89%)
Mutual labels:  project-management
Free Pmo
Project management software for freelancers or agencies, built with Laravel 5.
Stars: ✭ 264 (-92.46%)
Mutual labels:  project-management
matorral
An open-source, very simple & extensible project managent tool written using Django/Python
Stars: ✭ 21 (-99.4%)
Mutual labels:  project-management
TaigaMobile
Android app for Taiga agile system
Stars: ✭ 76 (-97.83%)
Mutual labels:  taiga
acorn
Acorn is a way of organizing intended Goals and Outcomes in tree-like structures. You can think of it as a virtual whiteboard for collaborative planning.
Stars: ✭ 42 (-98.8%)
Mutual labels:  project-management
Counsel Projectile
Ivy UI for Projectile
Stars: ✭ 255 (-92.72%)
Mutual labels:  project-management
projectforge
micromata.github.io/projectforge/
Stars: ✭ 80 (-97.71%)
Mutual labels:  project-management
Projectile
Project Interaction Library for Emacs
Stars: ✭ 3,463 (-1.09%)
Mutual labels:  project-management
DailyScrum
An app for your daily dose of Scrum
Stars: ✭ 18 (-99.49%)
Mutual labels:  project-management
JirAgileR
User-friendly 🔹JIRA API wrapper. Track projects & issues from within R
Stars: ✭ 22 (-99.37%)
Mutual labels:  project-management
Android-Library-Management
Android Library Management Project
Stars: ✭ 32 (-99.09%)
Mutual labels:  project-management
How To Collaborate On Github
A mini book about collaborating on GitHub
Stars: ✭ 346 (-90.12%)
Mutual labels:  project-management
Phproject
A high performance full-featured project management system
Stars: ✭ 324 (-90.75%)
Mutual labels:  project-management

⚠️ Relocation warning

This repository has been relocated to the new organization Kaleidos Ventures where the team will continue developing Taiga. Please, follow us and contribute on the new location. New issues should be placed as well under the new Github organization.

We haven't archived this repository yet because we want to keep the issues currently open, but it'll become inactive eventually and so it will be archived.

Taiga Front

Kaleidos Project Managed with Taiga.io Build Status

Get the compiled version

You can get the compiled version of this code in the taiga-front-dist repository

Documentation

Currently, we have authored three main documentation hubs:

  • API: Our API documentation and reference for developing from Taiga API.
  • Documentation: If you need to install Taiga on your own server, this is the place to find some guides.
  • Taiga Resources: This page is intended to be the support reference page for the users.

Bug reports

If you find a bug in Taiga you can always report it:

One of our fellow Taiga developers will search, find and hunt it as soon as possible.

Please, before reporting a bug, write down how can we reproduce it, your operating system, your browser and version, and if it's possible, a screenshot. Sometimes it takes less time to fix a bug if the developer knows how to find it.

Community

If you need help to setup Taiga, want to talk about some cool enhancemnt or you have some questions, please write us to our mailing list.

If you want to be up to date about announcements of releases, important changes and so on, you can subscribe to our newsletter (you will find it by scrolling down at https://taiga.io) and follow @taigaio on Twitter.

Contribute to Taiga

There are many different ways to contribute to Taiga's platform, from patches, to documentation and UI enhancements, just find the one that best fits with your skills. Check out our detailed contribution guide

Code of Conduct

Help us keep the Taiga Community open and inclusive. Please read and follow our Code of Conduct.

License

Every code patch accepted in Taiga codebase is licensed under AGPL v3.0. You must be careful to not include any code that can not be licensed under this license.

Please read carefully our license and ask us if you have any questions as well as the Contribution policy.

Initial dev env

Install requirements:

Node + Gulp

We recommend using nvm to manage different node versions

npm start

And go in your browser to: http://localhost:9001/

E2E test

If you want to run e2e tests

npm install -g protractor
npm install -g mocha
npm install -g babel@5

webdriver-manager update

To run a local Selenium Server, you will need to have the Java Development Kit (JDK) installed.

Tests

Unit tests

  • To run unit tests

    npx gulp
    
    npm test
    

E2E tests

  • To run e2e tests you need taiga-back running and

    npx gulp
    
    webdriver-manager start
    
    protractor conf.e2e.js --suite=auth     # To tests authentication
    protractor conf.e2e.js --suite=full     # To test all the platform authenticated
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].