Skip to content

Commit

Permalink
update a curs 23-24
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelvir committed Jul 1, 2023
1 parent b304c55 commit 3298b98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,13 @@ v1-4 by @miquelvir
Due to budget constraints, reduced development and maintenance group, and for simplicity's sake, centrifuga4 is build
following a monolithic approach. However, code decoupling and modularity are still important.

We are using 2 processes (dynos, in Heroku's slang), if we are not to count the Postgres and the Redis instances:
1. Web process: a Flask server serving the static files (including the React frontend) and all the APIs.
Web process: a Flask server serving the static files (including the React frontend) and all the APIs.
1. Data API (for DB data access and modification)
2. Auth API (to login, logout and ping)
3. Front end static files
4. Invites API (to create and send user invites, as well as to create users from invites)
5. Password reset API (to ask for a password reset, as well as to change the password from a password reset request)
6. Document validation page (checks the content and validity of a JWT token signed by the server and displays it in a simple static page).
2. Worker process: a Redis Queue worker for emails and long exports.

The worker process has been replaced with a threaded approach, so that the free dynos last for the whole month.

### DEPLOYMENT

Expand Down
4 changes: 2 additions & 2 deletions web_app/src/PreEnrolmentPage/PreEnrolmentPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,13 @@ __person1__surname1: '',
{activeStep === 0 &&
<div>
<Typography>
Podeu consultar el quadre horari del curs 22-23 <Link target="_blank" href="https://xamfra.net/com-participar-hi/horaris/">aquí</Link>.
Podeu consultar el quadre horari del curs 23-24 <Link target="_blank" href="https://xamfra.net/com-participar-hi/horaris/">aquí</Link>.
</Typography>
<br/>
<Typography variant={"caption"}>
Enviar aquest formulari implica consentiment per fer ús de les dades per tal de rebre informació durant el període de preinscripció i inici de curs.

La posterior matrícula presencial al centre implica també l'ús de les dades durant tot el curs 2022-2023.
La posterior matrícula presencial al centre implica també l'ús de les dades durant tot el curs 2023-2024.

La nostra política protecció de dades es basa en que:

Expand Down

0 comments on commit 3298b98

Please sign in to comment.