-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into dependabot/npm_and_yarn/frontend/postcss-8.4.31
- Loading branch information
Showing
195 changed files
with
16,401 additions
and
2,725 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
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,34 +1,21 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "" | ||
labels: bug | ||
assignees: "" | ||
--- | ||
|
||
### Describe the bug | ||
name: Feature request | ||
about: Suggest a feature for Phase | ||
labels: enhancement, feature | ||
|
||
A clear and concise description of what the bug is. | ||
--- | ||
|
||
### To Reproduce | ||
## Is your feature request related to a problem? | ||
|
||
Steps to reproduce the behavior: | ||
*Please describe.* | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
## Describe the solution you'd like | ||
|
||
### Expected behavior | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
### Screenshots | ||
## Describe alternatives you've considered | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
### Platform you are having the issue on: | ||
|
||
### Additional context | ||
## Additional context | ||
|
||
Add any other context about the problem here. |
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,9 +1,9 @@ | ||
# Phase Console - Backend | ||
|
||
Python Django REST api + Postgres | ||
Django + Graphene + DRF | ||
|
||
### Generate graphql schema for frontend | ||
|
||
```bash | ||
./manage.py graphql_schema --schema backend.schema.schema --out ../dashboard/apollo/schema.graphql | ||
./manage.py graphql_schema --schema backend.schema.schema --out ../frontend/apollo/schema.graphql | ||
``` |
Oops, something went wrong.