Flow Add Favorite Service Center - Kanapakan/MoodMent-Project-SW-dev-tool GitHub Wiki

Add Favorite Service Center = ผู้ใช้สามารถเพิ่มสถานที่ให้บริการด้านสุขภาพจิต (Service Center)

User Flow

  1. ผู้ใช้ที่เข้าสู่ระบบแล้ว คลิก Service Center Tab จากหน้า Main page เพื่อเข้าสู่หน้า Service center
  2. คลิกเลือกดู Service center ที่สนใจ
  3. คลิก Favorite button เพื่อทำการบันทึก Service center นั้นลงใน Favorite

UI Flow

Acceptance Tests

View more Add or Delete Favorite Service Center Acceptance Tests

Technical

Frontend

  1. Design
  2. เขียนโค้ดโดยใช้ React โดยเริ่มจากการสร้าง Component ที่จำเป็นและวาง Route ของแต่ละหน้า จากนั้นจึง Implement แต่ละหน้าตาม User Flow
  3. Test ใช้ Acceptance Test ในการตรวจสอบการทำงานของ Website ว่าตรงกับ Business Logic ของโปรเจคหรือไม่
  4. Deploy โดยใช้ Docker ในการ Deploy

Backend

  1. Design API

  2. เขียนโค้ดโดยใช้ NestJS

  3. Test API ด้วย Postman

  4. Deploy โดยใช้ Docker ในการ Deploy

Database

Flow นี้มีการใช้ข้อมูลจากตาราง ดังนี้


Back to top