Skip to content

Lab 7 Report

aliakkaya1 edited this page Apr 2, 2026 · 14 revisions

Lab 7 Report

MVP Demo Plan

Individual Contributions

Ekin Kılıç: Drafted the Lab 7 Report wiki page. Authored the MVP Demo Plan including demo structure, user scenarios, script, demo-data strategy, and role assignments. Coordinated task distribution among team members for demo preparation.

Ali:

  • **1. Set up Django config from scratch — wrote settings.py, manage.py, urls.py, wsgi.py, all apps.py files, and
    requirements/base.txt + dev.txt
  • **2. Updated User model — added AccountStatus (ACTIVE, SUSPENDED, BANNED) and UserRole (GUEST, REGISTERED_USER,
    TRUSTED_CONTRIBUTOR, INFRASTRUCTURE_AUTHORITY, ADMINISTRATOR) enums, plus role, account_status, reputation_points fields
  • **3. Updated MobilityProfile model — replaced old MobilityAid enum with MobilityAidType (WHEELCHAIR, ELECTRIC_WHEELCHAIR,
    WALKER, CRUTCHES, STROLLER, HAND_CART, NONE), replaced old fields with mobility_aid_type and additional_needs
    Ulaş: Discussed MVP Demo Plan.

Bora:

Ömer:

  • Opened MVP milestone issues and organized them in the project board, assigning tasks to the team during the planning session with the group.
  • Reviewed and merged Ulaş's pull request, examining the changes, providing approval, and ensuring the contribution was successfully integrated into the codebase.
  • Facilitated the demo discussion with teammates, gathering feedback and aligning the team on the current state of the product.

Baran:

  • Discussed MVP Demo Plan.
  • Finalized the UI design decisions.
  • Updated the project Wiki home page.
  • Planned the workflow for the remaining week until MVP.

Arif:

Project

Team Members

Lab Reports

Weekly Meetings

Scenarios and Mock ups

Use Case Diagrams

Class Diagram

Sequence Diagrams

Milestone Review

Clone this wiki locally