-
Notifications
You must be signed in to change notification settings - Fork 0
Priority selector and tag system verson2 #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
4af552b
feat(task): implement priority and tag selection features in task cre…
anhkietbienhoa-crypto dd878ee
feat(tags): enhance tag management with custom tag creation and selec…
anhkietbienhoa-crypto 9e7b085
Update README.md
anhkietbienhoa-crypto 4798f20
Update README.md
anhkietbienhoa-crypto ad276cf
Merge branch 'main' into priority_selector_and_tag_system_Verson2
anhkietbienhoa-crypto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +1,21 @@ | ||
| # Task Management App - Life Organizer | ||
|
|
||
| ## 1. Introduction | ||
| 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). | ||
| # Bản update từ nhánh `priority_selector_and_tag_system` | ||
| - file1: task_viewmodel.dart | ||
| - file2: tag_selector.dart | ||
| - file3: task_detail_screen.dart | ||
|
|
||
| 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. | ||
| <img width="445" height="108" alt="image" src="https://github.com/user-attachments/assets/4763d417-a73d-484d-9ae3-b145045dc624" /> | ||
|
|
||
| ## 2. Authors | ||
| This project is built and maintained by a dedicated team of 4 members: | ||
| * [Trần Quang Hạ](https://github.com/tqha1011) | ||
| * [Nguyễn Lê Hoàng Hảo](https://github.com/hoanghaoz) | ||
| * [Nguyễn Anh Kiệt](https://github.com/anhkietbienhoa-crypto) | ||
| * [Nguyễn Trí Kiệt](https://github.com/Ender-Via) | ||
| **Nâng cấp thêm các tag: Thời gian, Trạng thái và Custom** | ||
|
|
||
| ## 3. Tech Stack | ||
| The application is built with a focus on performance, security, and clean code principles, strictly following the **Feature-Based MVVM** architecture: | ||
| * **Frontend:** Flutter | ||
| * **Backend & Database:** Supabase (PostgreSQL, Auth, Row Level Security) | ||
| * **Code Quality & CI/CD:** GitHub Actions, SonarCloud | ||
| - **Thời gian & Trạng thái:** Chỉnh sửa sau khi tạo task tại màn hình `task_detail_screen.dart`. | ||
| - **Tag Custom:** - Tối đa 12 ký tự/tag. | ||
| - Tối đa 5 tags/nhiệm vụ. | ||
| - Các tag đã tạo sẽ được lưu nội bộ trên máy để dùng lại cho lần sau mà không cần nhập lại. | ||
|
|
||
| ## 4. Documentation | ||
| For a deeper dive into our system design and development workflows, please explore the attached documentation: | ||
| * [Flutter App Architecture](documentation/architecture/flutter-architecture.md) | ||
| * [Database Schema & ERD](documentation/architecture/database-schema.md) | ||
| * [Git & Conventional Commits Guidelines](documentation/guidelines/conventional-commit.md) | ||
| **⚠️ Lưu ý cài đặt:** | ||
| Để sử dụng tính năng lưu tag custom, **phải thêm** package `shared_preferences`. | ||
|
|
||
| Mở file `pubspec.yaml`, tìm phần `dependencies` và dán dòng này vào ngay dưới `provider: ^6.1.5+1`: | ||
| ```yaml | ||
| shared_preferences: ^2.3.2 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.