-
- Downloads
Merge branch 'question-management-page' into 'main'
Add a question management page See merge request !25
Showing
- backend-services/feed-service/app/controllers/QuestionController.scala 47 additions, 1 deletion...ces/feed-service/app/controllers/QuestionController.scala
- backend-services/feed-service/app/models/Question.scala 46 additions, 2 deletionsbackend-services/feed-service/app/models/Question.scala
- backend-services/feed-service/app/repositories/Repository.scala 9 additions, 0 deletions...d-services/feed-service/app/repositories/Repository.scala
- backend-services/feed-service/app/utils/MongoConnection.scala 32 additions, 2 deletions...end-services/feed-service/app/utils/MongoConnection.scala
- backend-services/feed-service/conf/routes 5 additions, 1 deletionbackend-services/feed-service/conf/routes
- daily-thought-frontend/src/components/navigation/NavBar.tsx 15 additions, 8 deletionsdaily-thought-frontend/src/components/navigation/NavBar.tsx
- daily-thought-frontend/src/components/questions/NewQuestionForm.tsx 73 additions, 0 deletions...ght-frontend/src/components/questions/NewQuestionForm.tsx
- daily-thought-frontend/src/components/questions/QuestionList.tsx 28 additions, 0 deletions...hought-frontend/src/components/questions/QuestionList.tsx
- daily-thought-frontend/src/hooks/useQuestions.ts 41 additions, 0 deletionsdaily-thought-frontend/src/hooks/useQuestions.ts
- daily-thought-frontend/src/hooks/useUser.ts 2 additions, 2 deletionsdaily-thought-frontend/src/hooks/useUser.ts
- daily-thought-frontend/src/pages/feed.tsx 1 addition, 0 deletionsdaily-thought-frontend/src/pages/feed.tsx
- daily-thought-frontend/src/pages/profile.tsx 2 additions, 2 deletionsdaily-thought-frontend/src/pages/profile.tsx
- daily-thought-frontend/src/pages/questions.tsx 111 additions, 0 deletionsdaily-thought-frontend/src/pages/questions.tsx
- daily-thought-frontend/src/styles/Scrollbox.module.css 9 additions, 0 deletionsdaily-thought-frontend/src/styles/Scrollbox.module.css
- daily-thought-frontend/src/types/statusMessage.ts 4 additions, 0 deletionsdaily-thought-frontend/src/types/statusMessage.ts
- daily-thought-frontend/src/types/user.ts 2 additions, 1 deletiondaily-thought-frontend/src/types/user.ts
Loading
Please register or sign in to comment