Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(documentation): partie 3, ajout de l'app documentation et de ses modèles #785

Closed
wants to merge 4 commits into from

Conversation

vincentporte
Copy link
Contributor

@vincentporte vincentporte commented Sep 23, 2024

ISSUE #765

Description

🎸 Ajout des modèles

  • Category en remplacement des Forum de type categorie
  • Document en remplacement des Forum enfant des Forum de type categorie

Type de changement

🥁 Changement de rupture (modification ou caractéristique qui empêcherait une fonctionnalité existante de fonctionner comme prévu) nécéssitant une mise à jour de la documentation
🚧 technique

Points d'attention

🦺 suite PR #784

@vincentporte vincentporte changed the base branch from master to 765-part2 September 23, 2024 15:55
@vincentporte vincentporte added python Pull requests that update Python code technical debt labels Sep 23, 2024
@vincentporte vincentporte linked an issue Sep 23, 2024 that may be closed by this pull request
@vincentporte vincentporte marked this pull request as ready for review September 23, 2024 16:10
@vincentporte vincentporte force-pushed the 765-part3 branch 2 times, most recently from 3ba147a to e99a324 Compare September 24, 2024 15:36
@vincentporte vincentporte force-pushed the 765-part3 branch 2 times, most recently from 7b6ab0b to 4930178 Compare September 24, 2024 15:50
vincentporte added a commit that referenced this pull request Sep 25, 2024
vincentporte added a commit that referenced this pull request Sep 25, 2024
@vincentporte vincentporte force-pushed the 765-part3 branch 2 times, most recently from b99f60b to a0e8d41 Compare September 25, 2024 10:16
Comment on lines +55 to +57
def del_forums(category_transpo_dict, document_transpo_dict):
forums_to_delete = list(category_transpo_dict.keys()) + list(document_transpo_dict.keys())
return Forum.objects.filter(pk__in=[forum.pk for forum in forums_to_delete]).delete()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

J’imagine que des redirections vers les documents correspondants sont prévues ?

@vincentporte vincentporte deleted the 765-part3 branch November 18, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Pull requests that update Python code technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DETTE TECH] dissocier les Fiches Pratiques de Forum
2 participants