Skip to content

Implement Postgres repository layer - #29

Open
darrensh3n wants to merge 1 commit into
devfrom
darren/repository
Open

Implement Postgres repository layer#29
darrensh3n wants to merge 1 commit into
devfrom
darren/repository

Conversation

@darrensh3n

@darrensh3ndarrensh3n commented Apr 29, 2026

Copy link
Copy Markdown
Collaborator
  • Adds Invite, Attempt, Answer, Submission, and SubmissionResult repositories
  • Implements Postgres-backed repository layer using raw SQL
  • Provides concrete implementations for assessments, questions, answers, submissions, and related entities
    Closesfleshing out repository layer #18

@adarshm11adarshm11 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

code looks good. before approval could you rebase? looks like the commit history has one of wayne's commits which was already merged to dev. remember, when rebasing, go onto dev branch and pull the latest from dev, then go back to your branch and run git rebase dev.

@wayngowayngo mentioned this pull request May 3, 2026
@jindoridodi
jindoridodiforce-pushed the darren/repository branch 2 times, most recently from 17cf920 to 65ca59aCompareJune 3, 2026 22:02
@jindoridodi
jindoridodiforce-pushed the darren/repository branch 6 times, most recently from 65ca59a to c9f15d6CompareJuly 16, 2026 05:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fleshing out repository layer

2 participants

@darrensh3n@adarshm11