Skip to content

Conversation

osckli990
Copy link

@osckli990
Copy link
Author

week 18 ends

@osckli990
Copy link
Author

week 19 ends, pagination not implemented

Copy link

@JennieDalgren JennieDalgren left a comment

Choose a reason for hiding this comment

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

Great job with this project, however I can't see you amazing backend work reflected in your frontend? Or have you built another frontend for this version?

https://js-happy-thoughts.netlify.app/

That is one of the requirements for this project.

Ping me when you have had time to fix this!

type: String,
required: [true, "Email is required"],
unique: true,
match: [/.+@.+\..+/, "Invalid email format"],

Choose a reason for hiding this comment

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

Comment on lines +52 to +55
createdBy: {
type: mongoose.Schema.Types.ObjectId,
ref: "User",
default: null,

Choose a reason for hiding this comment

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

Sign up for free to 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.

2 participants