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

Create Document Schema #8

Closed
aarav27 opened this issue Jan 17, 2025 · 0 comments · Fixed by #36
Closed

Create Document Schema #8

aarav27 opened this issue Jan 17, 2025 · 0 comments · Fixed by #36
Assignees

Comments

@aarav27
Copy link
Collaborator

aarav27 commented Jan 17, 2025

Description
Create a Mongoose schema for the document schema

Acceptance Criteria
documentSchema.ts created

Steps:

  • Create file for the schema in ../src/database
  • Create a IDocument type and DocumentSchema with these fields (subject to change):
  • clerkId (string for now),
  • eventId (string for now),
  • s3DocId (string for now),
  • documentType (string)
  • createdAt (date)
  • status (enum of "Completed", "Pending", "Not Submitted")
  • checkList (list of strings)
@ktaschek ktaschek added Sprint 2 and removed Sprint 1 labels Feb 2, 2025
This was referenced Feb 2, 2025
@sab115 sab115 self-assigned this Feb 3, 2025
ktaschek added a commit that referenced this issue Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants