You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/update-table.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ assignees: ''
10
10
11
11
### Overview
12
12
We need to update the [Replace with TABLE NAME] table model to [Replace with REASON]
13
+
[possibly "to include new fields and have the correct names for fields."]
13
14
14
15
#### Details
15
16
- The initial model issue: #[Replace with ISSUE NUMBER]
@@ -18,15 +19,18 @@ We need to update the [Replace with TABLE NAME] table model to [Replace with REA
18
19
### Action Items
19
20
Update existing Django model
20
21
-[ ] In the files indicated by Resource 1.01, Change the following items in the code
21
-
Current name in code | Updated Name
22
-
-- | --
22
+
Current name in code | Updated Name | Updated Type (may already be this type)
23
+
-- | -- | --
23
24
[Replace with UPDATE TABLE DATA]
24
25
25
26
-[ ] Add the following items in the code
27
+
Name | Type
28
+
-- | --
26
29
[Replace with ADD TABLE]
27
30
-[ ] Write a test for the new relationships this model will have with other models (e.g., creating a user and assigning them a set of permissions on a project) if any.
28
31
-[ ] Update API end point
29
32
-[ ] Update API unit tests
33
+
-[ ][generate a schema table definition](https://github.com/hackforla/peopledepot/issues/378#issuecomment-2493062821) and post it in a comment below and add a link to it in the Update Schema dependency issue.
30
34
-[ ] Document the endpoint in ReDocs
31
35
32
36
### After PR has been approved
@@ -37,8 +41,10 @@ Current name in code | Updated Name
- 1.02 [People Depot Resources wiki page](https://github.com/hackforla/peopledepot/wiki/Resources-and-Links) for links
42
46
- ERD
43
47
- Table and Field Definitions
44
48
- API Endpoint
49
+
- 1.03 Spreadsheet: [PD: Table and field explanations, Field Permission tab](https://docs.google.com/spreadsheets/d/1x_zZ8JLS2hO-zG0jUocOJmX16jh-DF5dccrd_OEGNZ0/edit?gid=371053454#gid=371053454)
50
+
-1.03.01 [ADD A LINK TO A SPECIFIC FILTER FOR THE TABLE]
Copy file name to clipboardExpand all lines: docs/contributing/howto/run-local.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Run backend in venv
2
2
3
3
If you have a requirement to run on your local machine or you are unable to get it to work on
4
-
Docker, do the following steps. WARNING: If you run into issues you will get limited support.
4
+
Docker, do the following steps. WARNING: If you run into issues you will get limited support.
5
5
6
6
Run these commands from the `app` directory:
7
7
8
8
1. Copy `.env.docker-example` to `.env.local`
9
-
1. Inspect `.env.local` and change values as appropriate. The file includes instructions on how to use local `postgres` and `sqlite` for the database. `sqlite` has no set up. It uses a file `db.sqlite3`. If it is not there, it automatically creates it.
10
-
1.**Mac only**: If you have a Mac, the python command may not be found and scripts will fail. Try to run python using the "python" command from the terminal. If you get an error that the python command is
9
+
1. Inspect `.env.local` and change values as appropriate. The file includes instructions on how to use local `postgres` and `sqlite` for the database. `sqlite` has no set up. It uses a file `db.sqlite3`. If it is not there, it automatically creates it.
10
+
1.**Mac only**: If you have a Mac, the python command may not be found and scripts will fail. Try to run python using the "python" command from the terminal. If you get an error that the python command is
11
11
not found, type: `alias python="python3"`
12
12
1. Run these commands from the terminal in the project root.
Copy file name to clipboardExpand all lines: docs/howto/authenticate_cognito.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ Prerequisites:
10
10
11
11
Steps:
12
12
13
-
1. Login (or register first then login) to a cognito account [here](https://hackforla-vrms-dev.auth.us-west-2.amazoncognito.com/login?client_id=3e3bi1ct2ks9rcktrde8v60v3u&response_type=token&scope=openid&redirect_uri=http://localhost:8000/admin). Do not worry if you see error messages - you will be using the url.
13
+
1. Login (or register first then login) to a cognito account [here](https://hackforla-vrms-dev.auth.us-west-2.amazoncognito.com/login?client_id=3e3bi1ct2ks9rcktrde8v60v3u&response_type=token&scope=openid&redirect_uri=http://localhost:8000/admin). Do not worry if you see error messages - you will be using the url.
1. Open [ModHeader](https://modheader.com/modheader/download). If the icon is hidden, click on the Puzzle icon in the upper right of the browser to see it.
28
+
1. Open [ModHeader](https://modheader.com/modheader/download). If the icon is hidden, click on the Puzzle icon in the upper right of the browser to see it.
29
29
30
30
1. Type the word Bearer and paste the token into [ModHeader](https://docs.modheader.com/using-modheader/introduction) Authorization: Bearer \<access_token>
0 commit comments