WIP: feat(site/graph): graph representing contents of the courses and dependencies #11

Draft
mboyer02 wants to merge 2 commits from feat/site/content-graph into main
Owner
No description provided.
feat(site/graph): graph representing contents of the courses and dependencies
Some checks failed
PR configuration / build (pull_request) Failing after 14s
40c4cac1d3
Some graph fixing
Some checks failed
PR configuration / build (pull_request) Failing after 15s
3f47b2bc9c
@ -0,0 +8,4 @@
{cours:1, theme:"Virus", deps:["Systèmes d'Exploitation"]},
{cours:1, theme:"Algorithmes et recommandations", deps:["Langages de prog"]},
{cours:3, theme:"Linus.", deps:[]},
{cours:3, theme:"Git et GitHub", deps:["IDE"]},
Member

(très nitpick) : linux dep de linus, mais pas git ?

(très nitpick) : linux dep de linus, mais pas git ?
Some checks failed
PR configuration / build (pull_request) Failing after 15s
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/site/content-graph:feat/site/content-graph
git switch feat/site/content-graph

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/site/content-graph
git switch feat/site/content-graph
git rebase main
git switch main
git merge --ff-only feat/site/content-graph
git switch feat/site/content-graph
git rebase main
git switch main
git merge --no-ff feat/site/content-graph
git switch main
git merge --squash feat/site/content-graph
git switch main
git merge --ff-only feat/site/content-graph
git switch main
git merge feat/site/content-graph
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 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
DGNum/cours-numerique!11
No description provided.