Get the challenges descriptions out of the db #18

Closed
opened 2022-02-15 18:20:34 +01:00 by Danhia · 1 comment
Owner

Get the challenges descriptions out of the database, so that translators can translate them on the git repository. Currently only admins can access and modify challenges descriptions.

Get the challenges descriptions out of the database, so that translators can translate them on the git repository. Currently only admins can access and modify challenges descriptions.
Danhia added the
enhancement
translations
labels 2022-02-15 18:20:34 +01:00
Danhia self-assigned this 2022-02-15 18:20:34 +01:00
Danhia added this to the New features project 2022-02-15 18:20:34 +01:00
Starthur added reference challenges-description 2022-02-15 18:20:51 +01:00
Author
Owner

Done, challenges descriptions are now stored in this repository.
This repository is a submodule for the website repository (see .gitmodules).

When using this submodule for the first time:

git submodule init --recurse
git submodule update --recurse --remote
Done, challenges descriptions are now stored in this [repository](https://gitea.42ctf.org/42CTF/challenges-descriptions). This repository is a submodule for the website repository (see [.gitmodules](https://gitea.42ctf.org/42CTF/website/src/branch/main/.gitmodules)). When using this submodule for the first time: ``` git submodule init --recurse git submodule update --recurse --remote ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 42CTF/website#18
No description provided.