-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove monorepo architecture
- Loading branch information
1 parent
1e2fb44
commit ebea7ca
Showing
199 changed files
with
8,855 additions
and
10,323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# JIRA CLOUD CREDENTIALS | ||
VITE_CLIENT_ID= | ||
VITE_CLIENT_SECRET= | ||
VITE_REDIRECT_URI= | ||
|
||
|
||
|
||
# JIRA CLOUD CREDENTIALS | ||
VITE_CLIENT_ID= | ||
VITE_CLIENT_SECRET= | ||
VITE_REDIRECT_URI= | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,43 @@ | ||
**/node_modules | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
|
||
node_modules | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
# Editor directories and files | ||
.idea | ||
.DS_Store | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
release | ||
.vscode/.debug.env | ||
package-lock.json | ||
pnpm-lock.yaml | ||
yarn.lock | ||
dist-electron | ||
|
||
# local env files | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# TS | ||
*.tsbuildinfo | ||
**/node_modules | ||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
pnpm-debug.log* | ||
lerna-debug.log* | ||
|
||
node_modules | ||
dist | ||
dist-ssr | ||
*.local | ||
|
||
# Editor directories and files | ||
.idea | ||
.DS_Store | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
release | ||
.vscode/.debug.env | ||
package-lock.json | ||
pnpm-lock.yaml | ||
yarn.lock | ||
dist-electron | ||
|
||
# local env files | ||
.env | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
# TS | ||
*.tsbuildinfo | ||
|
||
.eslintrc.js | ||
*.config.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
{ | ||
"*.{js,jsx,ts,tsx}": [ | ||
"eslint --fix --max-warnings=0", | ||
"prettier --write --list-different" | ||
], | ||
"*.{json,css,scss,md}": ["prettier --write --list-different"] | ||
} | ||
{ | ||
"*.{js,jsx,ts,tsx}": [ | ||
"eslint --fix --max-warnings=3", | ||
"prettier --write --list-different" | ||
], | ||
"*.{json,css,scss,md}": [ | ||
"prettier --write --list-different" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Copyright 2023 MaibornWolff GmbH. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
Copyright 2023 MaibornWolff GmbH. | ||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. | ||
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1 @@ | ||
<h1 align="center"> | ||
<br> | ||
<a href=""><img src="doc/logo/canvas_logo.svg" alt="Project Canvas Logo" width="200"></a> | ||
<br> | ||
Project Canvas | ||
<br> | ||
</h1> | ||
|
||
<h4 align="center">A project management desktop app built with TypeScript, React, and Electron.</h4> | ||
|
||
<p align="center"> | ||
<a href="#key-features">Key Features</a> • | ||
<a href="#how-to-contribute">How To Contribute</a> • | ||
<a href="#download">Download</a> • | ||
<a href="#credits">Credits</a> • | ||
<a href="#license">License</a> | ||
</p> | ||
|
||
 | ||
|
||
## Key Features | ||
|
||
- Project View to inspect and choose the project. | ||
- Backlog View to assign issues and edit sprints | ||
- Sprints creation and deletion | ||
- Create Issue Dialog to create all form of issues | ||
- Story Map to plan next sprints and overall project | ||
- Dark/Light mode | ||
- Cross platform Windows, macOS and Linux ready. | ||
|
||
## How To Contribute | ||
|
||
### Installation | ||
|
||
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. Preferrably use the [yarn](https://yarnpkg.com/) package manager. | ||
From your command line: | ||
|
||
Clone the repository: | ||
|
||
```bash | ||
git clone https://github.com/maibornwolff/project-canvas | ||
``` | ||
|
||
Cd into the folder: | ||
|
||
```bash | ||
cd ProjectCanvas | ||
``` | ||
|
||
Install dependencies: | ||
|
||
```bash | ||
yarn install | ||
``` | ||
|
||
### Usage | ||
|
||
To start project canvas: | ||
|
||
```bash | ||
yarn canvas | ||
``` | ||
|
||
To add a new package (**this is important as this is a monorepo**): | ||
|
||
> `project` can be `project-canvas` or `project-extender` | ||
```bash | ||
yarn workspace <project> add <package> | ||
``` | ||
|
||
## Download | ||
|
||
Download Project Canvas from the [Releases](https://github.com/maibornwolff/ProjectCanvas/releases) section and start using it! As simple as that. | ||
|
||
> Note: please keep in mind that you need to have an account by the Provider you choose to use, for example Jira Cloud or Jira Server. | ||
## Credits | ||
|
||
This software uses the following open source packages: | ||
|
||
- [React](https://react.dev/) | ||
- [Electron](http://electron.atom.io/) | ||
- [Mantine UI](https://mantine.dev/) | ||
- [Fastify](https://www.fastify.io/) | ||
- [Jest](https://jestjs.io/) | ||
- [React Testing Library](https://testing-library.com/) | ||
- [Playwright](https://playwright.dev/) | ||
|
||
## License | ||
|
||
BSD-3-Clause | ||
|
||
--- | ||
|
||
> [maibornwolff.de](https://www.maibornwolff.com) · | ||
> GitHub [@maibornwolff](https://github.com/maibornwolff) | ||
# Project Canvas |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.