- Change the members.json in the Galeries repo. The json file is available here.
- Add the new promotion in src/app/constants/Images.scss, with the pictures representing this team in $PONTHE-PROMO-IMAGES.
- Update the $INDEX-PONTHE-TROMBI constant in the same file with the index of the trombinoscope (set it to -1 if there is no trombinoscope).
- Update the NUMBER_PICS_BY_PONTHE_TEAM constant in src/app/constants/Images.ts with the number of pics added. You're done!
- All students can log in with CAS (like uPont).
- Change the value of CURRENT_PROMO in Constants.ts.
Change them directly in the cgu.json file
- Add a new json file whose name is the digraph of this language (i.e. zh.json for Chinese, fr.json for French, ru.json for Russian) in src/app/i18n folder.
- Fill this new file with the correct translations of every key. You can find these keys in the existing files.
- Go in Languages file
- Add in both LANGUAGES and FLAGS_BY_LANG the digraph of the language you just added. The first array will use the translations of the file and the second array will display the little flag used for selecting the language.
- Add the sentence and all its translations in the i18n folder.
- Use the pipe | translation after the key every time you need to add this sentence to a component.
- You can add external links in the footers by adding them to the External Links file
A few Easter eggs can be found in the app.component.ts file ;)