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

Feedback mechanism #28

Closed
2 of 3 tasks
alanpjohn opened this issue Sep 22, 2021 · 0 comments
Closed
2 of 3 tasks

Feedback mechanism #28

alanpjohn opened this issue Sep 22, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alanpjohn
Copy link
Owner

alanpjohn commented Sep 22, 2021

Feedback functionality

There will be a Recent Meetings table in the Manager and Member pages. The table contains details of past meetings that were unrated by the user. Each will have a button called Rate which will redirect it to /feedback

This will show feedback.jsp . The feedback.jsp is a page where users can give feedback for the room.

  • It will show meeting room details
  • Ask users for a rating between 1-10
  • Ask for some extra comments
  • Submit this feedback

Intended classes

com:
  hsbc:
    meets:
      dao:
      - FeedbackDao
      dao.impl:
      - FeedbackJDBCDaoImpl
      service:
      - FeedbackService
      service.impl:
      - FeedbackServiceImpl
      entity:
      - Feedback

The exception , util and validation classes will be added according to code development

What all has to be implemented

  • Get Feedback.jsp with meeting room details

  • Submit feedback

  • Get feedback summary

    Implementing this into service so that we can show a summary of feedback when we show meeting room along with the rating

@alanpjohn alanpjohn added the enhancement New feature or request label Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants