Sprint 3 - G33-Moviles-2026-1/Wiki GitHub Wiki
Ethics video
List of all Features Implemented (Sprint 2 and Sprint 3)
Implemented BQs (Sprint 3 only)
| Type of Question | Question | Assignee Flutter | Assignee Kotlin |
|---|---|---|---|
| Type 2 | Given a location and a room, what is the path to get to that room? | Cesar | Roa |
| Type 2 | What are the most suitable rooms for a specific user, based on its favorites rooms, bookings history and uploaded schedule? | Daniel | Mateo |
| Type 1 | What are the most favorited rooms by the users given a specific date range? | — | Gabriel |
| Type 4 | What are the most popular room specifications suggested by the use-based recomendation system given a specific date range? | Juanes | — |
Before reading Eventual Connectivity Scenarios:
- Please check the List of Connectivity Antipatterns numeration while reading the connectivity scenarios
- Please take into account the Caching Retrieving Strategy Options while reading the connectivity scenarios:
- Cache, falling back to network
- Network only
- Network falling back to cache
- Cached on network response
- Cache then network
- Generic fallback
- Please take into account the Storage Options while reading the connectivity scenarios:
1. Android 2. Flutter a. Shared Preferences a. SQLite b. Room b. Cache Manager c. SQLite c. Preferences d. Files d. Other e. Other NA