Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • castellum castellum
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Castellum
  • castellumcastellum
  • Merge requests
  • !1444

Merged
Created Jul 06, 2020 by Bengfort@bengfortOwner

Refactor: Rename ParticipationRequest to Participation

  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 51

Participations were initially added in !82 (merged) and renamed to ParticipationRequest in !170 (merged). The idea was that we would distinguish between a request for participation (recruitment) and the actual participation itself (execution). We ended up using the same model for both, so the name change turned out to be for nothing.

This looks scary because it touches a lot of files, but it is actually not that complicated. Django's RenameModel migration operation takes care of all permissions and references.

Edited Jul 06, 2020 by Hayat
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: rename-participation-request