Ishi01 / CITS5505Group41Project

CITS5505 Agile Web Develoment Group Project
MIT License
1 stars 0 forks source link

First Deliverable Product #16

Closed stuar7 closed 6 months ago

stuar7 commented 6 months ago

First Deliverable Product

Objective

Create the initial version of our product with basic functionalities to facilitate user interaction and handling of user data. The features listed focus on user functionality and input validation, aiming to provide a seamless and intuitive user experience.

Features

  1. Question-Answer Data Interaction:

    • [x] Retrieve questions and corresponding answers from our database.
    • [x] Display questions to the user interface.
    • [x] Enable users to submit answers either by typing or through interactive elements like clicking on a map.
    • [x] Verify submitted answers against correct responses in the database.
    • [x] Give instant feedback to users on the accuracy of their answers.
  2. Interactive SVG Graphic:

    • [x] Implement basic jQuery controls for the SVG graphic that facilitate selection of a country, mouse-over highlights for countries, panning, and zooming.
  3. User Authentication:

    • [x] Provide a simple registration and login process.
    • [x] Ensure security measures are in place to protect user information and access.
  4. Testing:

    • [x] Ensure all user responses are handled correctly and in a user-friendly manner.
    • [x] Verify the server operates reliably without throwing errors.
    • [x] Confirm that the user interface behaves consistently across different web browsers without errors.

Completion Criteria

This deliverable is considered complete when all the listed functionalities are implemented and verified through testing. After review and agreement by all team members, the develop branch should be deployed to the main branch.

stuar7 commented 6 months ago

Officially complete in #18. The front-end looks indistinguishable in #17 however.

stuar7 commented 6 months ago

Marking this as complete as the the first main merge is the first deliverable.