Question Set - SENG-350-2024-fall/Team4 GitHub Wiki

  1. How are different user types and privileges handled? (criteria: should have some authentication for higher privilege levels)
  2. What plan do you have to ensure high uptime? (criteria: no single point of failure for the whole system should exist)
  3. How do you intend to store user data? (criteria: user-submitted data must be accessible to service providers in a great enough capacity to provide medical care, and should not have a single point of failure that could result in data loss)
  4. What mechanism do you have for medical personnel to review cases? (criteria: medical decisions must be subject to human decision and expertise, and not just performed automatically)
  5. What groups do you have informing your design decisions? (criteria: should have a plan for receiving medical staff and patient feedback, and integrating that into the design)