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

feat: 🍰 Implement Group GQL Model And CRUD Resolvers – First Step #5139

Merged

Conversation

Tirokk
Copy link
Member

@Tirokk Tirokk commented Aug 2, 2022

🍰 Pullrequest

Implement group GQL model and CRUD resolvers – first step.

Issues

Todo

  • @Mogge suggestions:
    • international β†’ global
    • remove wasSeede
  • GraphQL
  • resolvers:
    • CreateGroup:
      • test correct slugification
    • check for tests in:
      • backend/src/middleware/permissionsMiddleware.spec.js
      • backend/src/middleware/slugifyMiddleware.spec.js
  • seeding:
    • seed a group
  • Neo4j database:
    • how to add a slug contraint for Group label?
      • where is the slug contraint for Post and User label? See backend/src/db/migrate/store.js
  • cleanup: search for Wolle

@Tirokk Tirokk self-assigned this Aug 2, 2022
@Tirokk Tirokk marked this pull request as draft August 2, 2022 10:31
Copy link
Member

@Elweyn Elweyn left a comment

Choose a reason for hiding this comment

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

Read it and the road seems good!

…cial into 5059-groups/5131-implement-group-gql-model-and-crud

# Conflicts:
#	backend/src/schema/types/type/User.gql
@Tirokk Tirokk changed the title feat: [WIP] 🍰 Implement Group GQL Model And CRUD Resolvers feat: [WIP] 🍰 Implement Group GQL Model And CRUD Resolvers – First Step Aug 9, 2022
…/Ocelot-Social into 5059-groups/5131-implement-group-gql-model-and-crud
@Tirokk Tirokk changed the title feat: [WIP] 🍰 Implement Group GQL Model And CRUD Resolvers – First Step feat: 🍰 Implement Group GQL Model And CRUD Resolvers – First Step Aug 9, 2022
@Tirokk Tirokk requested review from Elweyn and Mogge August 9, 2022 14:58
@Tirokk Tirokk marked this pull request as ready for review August 9, 2022 14:58
@Tirokk
Copy link
Member Author

Tirokk commented Aug 9, 2022

After @Mogge suggestion I do the remainders in the next PR πŸ€πŸ™πŸΌ

backend/src/schema/resolvers/groups.js Outdated Show resolved Hide resolved
backend/src/schema/resolvers/groups.js Outdated Show resolved Hide resolved
backend/src/schema/resolvers/groups.spec.js Outdated Show resolved Hide resolved
backend/src/schema/resolvers/groups.spec.js Outdated Show resolved Hide resolved
backend/src/schema/resolvers/groups.spec.js Outdated Show resolved Hide resolved
backend/src/schema/resolvers/groups.spec.js Outdated Show resolved Hide resolved
backend/src/schema/resolvers/groups.js Outdated Show resolved Hide resolved
backend/src/schema/resolvers/groups.js Outdated Show resolved Hide resolved
backend/src/schema/resolvers/groups.js Outdated Show resolved Hide resolved
backend/src/schema/types/enum/GroupActionRadius.gql Outdated Show resolved Hide resolved
Tirokk and others added 3 commits August 10, 2022 12:52
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
@Tirokk Tirokk requested a review from Mogge August 10, 2022 11:16
@Tirokk Tirokk merged commit 032cf7c into 5059-epic-groups Aug 15, 2022
@Tirokk Tirokk deleted the 5059-groups/5131-implement-group-gql-model-and-crud branch August 15, 2022 11:35
@ulfgebhardt ulfgebhardt added this to the πŸƒ 22/10 Oktober milestone Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
πŸ“’ Ocelot.social
Awaiting triage
Development

Successfully merging this pull request may close these issues.

None yet

4 participants