Skip to content

Conversation

@rfquin
Copy link
Member

@rfquin rfquin commented Sep 10, 2025

Description 🧾

Context of PR, summary of changes, as well as any relevant technical decisions/motivations.
Adds social timetable support; namely, two individual tasks:

Invitation Code

  • See review comments

Friendship module & routes

Steps

  • Add friendship model to prisma schema
  • Create nest/ts files in module; e.g. controller / service / module / types
  • Add REST function controller templates for required routes
    - Leave with "unimplemented!" Error
    - Take description of the service functions required
    - Full list at bottom of Description
  • Implement service functions to yoink/set with prisma
  • Replace the stubs in friendship.controller.ts with a real implementation

Testing

Replace this line with instructions on how to test your changes, as well as any relevant images for UI changes.

Checklist

  • 📍 You have assigned yourself to this pull request.
  • 🔗 You have linked an issue to which this pull request closes.
  • 💭 Leave any relevant specific directions to reviewers.
  • 👀 No secrets in clear text in the pull request.
  • 🎟️ To categorise release notes, the pull request should be labelled with at least one of these labels:
    • feature: for application feature improvement or new features
    • bug: fixing something that previously wasn't working
    • dev: development-side related changes
    • docker: updates to the Docker code
    • setup: changes to the setup/infrastructure of the codebase
    • test: updates to internal testing

@lhvy lhvy added the 🍀 feature 🪴 New feature or request label Sep 23, 2025
@lhvy lhvy linked an issue Sep 23, 2025 that may be closed by this pull request
@rfquin rfquin force-pushed the friends-backend-v2 branch from a39d7cf to fb58f4c Compare October 15, 2025 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🍀 feature 🪴 New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backend Rewrite - Add friend routes

4 participants