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

Refactor auth roles #195

Merged
merged 1 commit into from
Apr 15, 2024
Merged

Refactor auth roles #195

merged 1 commit into from
Apr 15, 2024

Conversation

ansonjwhe
Copy link
Collaborator

@ansonjwhe ansonjwhe commented Apr 14, 2024

  • Deprecate director and team captain roles
  • Add faculty advisor approval
  • Remove unused currentUserGroup from FE auth context
  • Fix emails to handle the case where ticket generated from seed data has an invalid reporter_id.

@@ -21,7 +21,7 @@ mongoose.connect(uri, {

const connection = mongoose.connection
connection.once('open', () => {
console.log('MongoDB database connection established successfully')
console.log('🛢️ MongoDB database connection established successfully')
Copy link
Collaborator

Choose a reason for hiding this comment

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

🔥

@@ -43,6 +43,6 @@ app.use('/files', filesRouter)
app.use('/comments', commentRouter)

app.listen(port, async () => {
console.log(`Server is running on port: ${port}`)
console.log(`🗄️ Server is running on port: ${port}`)
Copy link
Collaborator

Choose a reason for hiding this comment

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

🔥

@ansonjwhe ansonjwhe merged commit 4913fd3 into master Apr 15, 2024
2 checks passed
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