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
Merge pull request #33 from codam-coding-college/rework
New intra synchronisation design.
Synchronises with API filters.
Updated website interface.
Added login screen.
Now uses SQLite (with prisma) instead of JSON databases.
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,6 @@ This website is meant to help students to find peers that are working on the sam
9
9
10
10
Also see `./src/env.ts` for more configuration
11
11
12
-
## Changing listed projects
13
-
- The projects shown on the front page are listed in `./env/projectIDs.json`. Should the curriculum change, you can edit that file. Remember to restart the server and wait for the server to pull all the data from the intra api.
14
-
- A list of all the projects and their corresponding ID in the 42 network (as of march 2022) can be found in `./env/allProjectIDs.json`
15
-
16
12
## Updating the secrets / API tokens
17
13
```shell
18
14
cd find-peers
@@ -25,26 +21,13 @@ docker compose up -d
25
21
docker logs --tail 10000 -f find-peers
26
22
```
27
23
28
-
## Monitoring
29
-
At the (unauthenticated) route `/status/pull` you can see a summary of the pull status of every campus
30
-
It contains the key `hoursAgo` for every campus, which is the amount of hours since the last successful pull (syncing the 42 DB of the users' completed projects) of that campus
31
-
This value should not be higher than 2 * the pull timeout (currently 24 hours)
0 commit comments