🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
Go to file
guru_sainath d6abb87a3a chore: implemented new store and issue layouts for issues and updated new data structure for issues (#2843)
* fix: Implemented new workflow in the issue store and updated the quick add workflow in list layout

* fix: initial load and mutaion of issues in list layout

* dev: implemented the new project issues store with grouped, subGrouped and unGrouped issue computed functions

* dev: default display properties data made as a function

* conflict: merge conflict resolved

* dev: implemented quick add logic in kanban

* chore: implemented quick add logic in calendar and spreadsheet layout

* fix: spreadsheet layout quick add fix

* dev: optimised the issues workflow and handled the issues order_by filter

* dev: project issue CRUD operations in new issue store architecture

* dev: issues filtering in calendar layout

* fix: build error

* dev/issue_filters_store

* chore: updated filters computed structure

* conflict: merge conflicts resolved in project issues

* dev: implemented gantt chart for project issues using the new mobx store

* dev: initialized cycle and module issue filters store

* dev: issue store and list layout store updates

* dev: quick add and update, delete issue in the list

* refactor list root changes

* dev: store new structure

* refactor spreadsheet and gnatt project roots

* fix errors for base gantt and spreadsheet roots

* connect Calendar project view

* minor house keeping

* connect Kanban View to th enew store

* generalise base calendar issue actions

* dev: store project issues and issue filters

* dev: store project issues and filters

* dev: updated undefined with displayFilters in project issue store

* Add Quick add to all the layouts

* connect module views to store

* dev: Rendering list issues in project issues

* dev: removed console log

* dev: module filters store

* fix errors and connect modules list and quick add for list

* dev: module issue store

* dev: modle filter store issue fixed and updates cycle issue filters

* minor house keeping changes

* dev: cycle issues and cycle filters

* connecty cycles to teh store

* dev: project view issues and issue filtrs

* connect project views

* dev: updated applied filters in layouts

* dev: replaced project id with view id in project views

* dev: in cycle and module store made cycledId and moduleId as optional

* fix minor issues and build errots

* dev: project draft and archived issues store and filters

---------

Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>
Co-authored-by: rahulramesha <rahulramesham@gmail.com>
2023-12-07 19:59:35 +05:30
.github dev: Modified the branch-build action yaml (#2704) 2023-11-07 17:41:26 +05:30
apiserver chore: change password endpoint (#2842) 2023-12-07 19:59:35 +05:30
deploy/selfhost fix: self hosted instance (#2795) 2023-12-07 19:59:35 +05:30
nginx [fix] nginx continuously rewriting and reloading on index page of spaces app (#2236) 2023-09-26 13:46:38 +05:30
packages chore: implemented new store and issue layouts for issues and updated new data structure for issues (#2843) 2023-12-07 19:59:35 +05:30
space fix: Task List Behaviour in Editor (#2789) 2023-12-07 19:59:35 +05:30
web chore: implemented new store and issue layouts for issues and updated new data structure for issues (#2843) 2023-12-07 19:59:35 +05:30
.deepsource.toml fix: added deepsource config file (#2578) 2023-10-31 19:52:13 +05:30
.dockerignore build: create frontend and backend dockerfiles docker compose and scripts 2022-12-01 19:18:10 +05:30
.env.example feat: Instance Registration and Configuration (#2793) 2023-12-07 19:59:35 +05:30
.eslintrc.js New Directory Setup (#2065) 2023-09-03 18:50:30 +05:30
.gitignore dev: Self Hosting with private repo fixes (#2787) 2023-12-07 19:59:35 +05:30
app.json chore: update single click deployments (#1141) 2023-05-26 14:04:15 +05:30
CODE_OF_CONDUCT.md chore: updated the contact email (#2605) 2023-11-02 16:27:23 +05:30
CONTRIBUTING.md fix: project states fixes (#2731) 2023-11-08 20:31:46 +05:30
docker-compose-local.yml dev: update bucket script to make the bucket public (#2767) 2023-12-07 19:59:35 +05:30
docker-compose.yml dev: update bucket script to make the bucket public (#2767) 2023-12-07 19:59:35 +05:30
Dockerfile feat: Instance Registration and Configuration (#2793) 2023-12-07 19:59:35 +05:30
ENV_SETUP.md feat: Instance Registration and Configuration (#2793) 2023-12-07 19:59:35 +05:30
heroku.yml chore: update single click deployments (#1141) 2023-05-26 14:04:15 +05:30
LICENSE.txt LICENSE change for Plane 2023-06-19 18:47:39 +05:30
package.json fix: upgrading to turbo new version (#2576) 2023-10-31 19:27:56 +05:30
README.md Update readme content (#2635) 2023-11-03 19:12:46 +05:30
setup.sh [fix]: Removing dependency on tiptap pro extension (#2209) 2023-09-19 16:44:12 +05:30
start.sh [chore] Update setup.sh, with removed replacement script & added project-level ENVs (#2115) 2023-09-13 20:21:02 +05:30
turbo.json feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30
yarn.lock feat: New Pages with Enhanced Document Editor Packages made over Editor Core 📝 (#2784) 2023-12-07 19:59:35 +05:30



Plane Logo

Plane

Flexible, extensible open-source project management

Discord online members Commit activity per month

Plane Screens Plane Screens

Meet Plane. An open-source software development tool to manage issues, sprints, and product roadmaps with peace of mind 🧘‍♀️.

Plane is still in its early days, not everything will be perfect yet, and hiccups may happen. Please let us know of any suggestions, ideas, or bugs that you encounter on our Discord or GitHub issues, and we will use your feedback to improve on our upcoming releases.

The easiest way to get started with Plane is by creating a Plane Cloud account. Plane Cloud offers a hosted solution for Plane. If you prefer to self-host Plane, please refer to our deployment documentation.

Contributors Quick Start

Prerequisite

Development system must have docker engine installed and running.

Steps

Setting up local environment is extremely easy and straight forward. Follow the below step and you will be ready to contribute

  1. Clone the code locally using git clone https://github.com/makeplane/plane.git
  2. Switch to the code folder cd plane
  3. Create your feature or fix branch you plan to work on using git checkout -b <feature-branch-name>
  4. Open terminal and run ./setup.sh
  5. Open the code on VSCode or similar equivalent IDE
  6. Review the .env files available in various folders. Visit Environment Setup to know about various environment variables used in system
  7. Run the docker command to initiate various services docker compose -f docker-compose-local.yml up -d
./setup.sh

You are ready to make changes to the code. Do not forget to refresh the browser (in case id does not auto-reload)

Thats it!

🍙 Self Hosting

For self hosting environment setup, visit the Self Hosting documentation page

🚀 Features

  • Issue Planning and Tracking: Quickly create issues and add details using a powerful rich text editor that supports file uploads. Add sub-properties and references to issues for better organization and tracking.
  • Issue Attachments: Collaborate effectively by attaching files to issues, making it easy for your team to find and share important project-related documents.
  • Layouts: Customize your project view with your preferred layout - choose from List, Kanban, or Calendar to visualize your project in a way that makes sense to you.
  • Cycles: Plan sprints with Cycles to keep your team on track and productive. Gain insights into your project's progress with burn-down charts and other useful features.
  • Modules: Break down your large projects into smaller, more manageable modules. Assign modules between teams to easily track and plan your project's progress.
  • Views: Create custom filters to display only the issues that matter to you. Save and share your filters in just a few clicks.
  • Pages: Plane pages function as an AI-powered notepad, allowing you to easily document issues, cycle plans, and module details, and then synchronize them with your issues.
  • Command K: Enjoy a better user experience with the new Command + K menu. Easily manage and navigate through your projects from one convenient location.
  • GitHub Sync: Streamline your planning process by syncing your GitHub issues with Plane. Keep all your issues in one place for better tracking and collaboration.

📸 Screenshots

Plane Views

Plane Issue Details

Plane Cycles and Modules

Plane Analytics

Plane Pages

Plane Command Menu

📚Documentation

For full documentation, visit docs.plane.so

To see how to Contribute, visit here.

❤️ Community

The Plane community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.

To chat with other community members you can join the Plane Discord.

Our Code of Conduct applies to all Plane community channels.

⛓️ Security

If you believe you have found a security vulnerability in Plane, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email engineering@plane.so to disclose any security vulnerabilities.