Skip to content

Move manager-dashboard, community-dashboard and firebase #1003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file removed .DS_Store
Binary file not shown.
6 changes: 4 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
python-version: [3.8]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: 'true'

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,10 @@ postgres-data/
pgdata_restored/
django/db.sqlite3

# don't upload app config for project managers dashboard
app.js

# don't upload nginx conf
nginx.conf
*/nginx.conf

# don't upload firebase conf
.firebaserc
*/.firebaserc

.DS_Store

# Custom setup script
Expand Down
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "mapswipe-firebase"]
path = firebase
url = [email protected]:mapswipe/mapswipe-firebase.git
[submodule "manager-dashboard"]
path = manager-dashboard
url = [email protected]:mapswipe/manager-dashboard.git
[submodule "community-dashboard"]
path = community-dashboard
url = [email protected]:mapswipe/community-dashboard.git
1 change: 1 addition & 0 deletions community-dashboard
Submodule community-dashboard added at b14bf1
46 changes: 0 additions & 46 deletions community-dashboard/.babelrc

This file was deleted.

145 changes: 0 additions & 145 deletions community-dashboard/.dockerignore

This file was deleted.

7 changes: 0 additions & 7 deletions community-dashboard/.env.example

This file was deleted.

8 changes: 0 additions & 8 deletions community-dashboard/.eslintignore

This file was deleted.

123 changes: 0 additions & 123 deletions community-dashboard/.eslintrc.js

This file was deleted.

20 changes: 0 additions & 20 deletions community-dashboard/.github/pull_request_template.md

This file was deleted.

Loading