|
1 | | -## 📁 Chi tiết các file thay đổi |
| 1 | +# Task Management App - Life Organizer |
2 | 2 |
|
3 | | -* **`task_model.dart`**: Thêm thuộc tính `Priority` và tích hợp `TagModel`. |
4 | | -* **`task_viewmodel.dart`**: Cập nhật logic xử lý trạng thái cho Provider. |
5 | | -* **`priority_selector.dart`**: Thêm UI Widget hỗ trợ chọn mức độ ưu tiên. |
6 | | -* **`tag_selector.dart`**: Thêm UI Widget hỗ trợ chọn các loại tag. |
7 | | -* **`create_task_screen.dart`**: Tích hợp 2 widget chọn Priority và Tag vào form tạo nhiệm vụ. |
8 | | -* **`main.dart`**: Đăng ký Provider mới cho hệ thống. |
9 | | -* **`home_screen.dart`**: Cập nhật giao diện, hiển thị danh sách task được nhóm theo mức độ ưu tiên. |
| 3 | +## 1. Introduction |
| 4 | +This repository contains the source code for the **Task Management App (Life Organizer)**, developed as a project for the **SE346** course at the University of Information Technology - VNUHCM (UIT). |
10 | 5 |
|
11 | | -<img width="464" height="195" alt="image" src="https://github.com/user-attachments/assets/7a2244b4-82e4-4354-8029-1559c6c7766e" /> |
| 6 | +Going beyond a traditional to-do list, this application is designed to be a comprehensive personal assistant. It helps users easily organize various life contexts, such as tracking utility bills, managing grocery shopping lists, building daily habits, and handling household chores efficiently. |
| 7 | + |
| 8 | +## 2. Authors |
| 9 | +This project is built and maintained by a dedicated team of 4 members: |
| 10 | +* [Trần Quang Hạ](https://github.com/tqha1011) |
| 11 | +* [Nguyễn Lê Hoàng Hảo](https://github.com/hoanghaoz) |
| 12 | +* [Nguyễn Anh Kiệt](https://github.com/anhkietbienhoa-crypto) |
| 13 | +* [Nguyễn Trí Kiệt](https://github.com/Ender-Via) |
| 14 | + |
| 15 | +## 3. Tech Stack |
| 16 | +The application is built with a focus on performance, security, and clean code principles, strictly following the **Feature-Based MVVM** architecture: |
| 17 | +* **Frontend:** Flutter |
| 18 | +* **Backend & Database:** Supabase (PostgreSQL, Auth, Row Level Security) |
| 19 | +* **Code Quality & CI/CD:** GitHub Actions, SonarCloud |
| 20 | + |
| 21 | +## 4. Documentation |
| 22 | +For a deeper dive into our system design and development workflows, please explore the attached documentation: |
| 23 | +* [Flutter App Architecture](documentation/architecture/flutter-architecture.md) |
| 24 | +* [Database Schema & ERD](documentation/architecture/database-schema.md) |
| 25 | +* [Git & Conventional Commits Guidelines](documentation/guidelines/conventional-commit.md) |
0 commit comments