From b75a48f53f93bbd15dfb186425262b8b46fee5d4 Mon Sep 17 00:00:00 2001 From: peremunoz Date: Thu, 29 Feb 2024 16:10:20 +0100 Subject: [PATCH 1/3] List and assign all features --- features.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 features.txt diff --git a/features.txt b/features.txt new file mode 100644 index 00000000..c51fd0db --- /dev/null +++ b/features.txt @@ -0,0 +1,39 @@ +FEATURES LIST: + +USER FEATURES: +[EL] - Register +[EL] - Login +[EL] - Logout +[EL] - Add favourite +[EL] - Remove favourite +[FC] - Process adoption +[BB] - View pets catalogue +[BB] - Edit user +[BB] - Donate charities (cash and/or goods) + +ADMIN FEATURES: +- GOD +[JJ] - Create Shelter +[JJ] - Delete Shelter +[JJ] - Kick User from Shelter +[BM] - Validate Shelter Certificate +[BB] - Disable User + +SHELTER VOLUNTEER FEATURES: +[BM] - Create Pet +[BM] - Add new Volunteer to Shelter +[BM] - Add ShelterCertificate +[BM] - Edit Pet +[JJ] - Edit Shelter +[JJ] - Delete Pet +[FC] - Validate Adoption +[FC] - Add Medical Record +[FC] - Edit Medical Record +[FC] - Process Manual Adoptions + +Groups: +- BM -> Faysal Badaoui and Pere Muñoz +- EL -> Pol Escolà and Antonio López +- JJ -> Gerard Jaimejuan and Sebastian Jitaru +- FC -> Mario Fernández and Àlex Codina +- BB -> Angelo Barbasola and Gabriel Bogdan \ No newline at end of file From acad1ec3bf01529eb9a9e684919fa407a47cbe66 Mon Sep 17 00:00:00 2001 From: peremunoz Date: Wed, 6 Mar 2024 17:51:03 +0100 Subject: [PATCH 2/3] Adjust features assignation --- features.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/features.txt b/features.txt index c51fd0db..7d2a80f5 100644 --- a/features.txt +++ b/features.txt @@ -9,7 +9,7 @@ USER FEATURES: [FC] - Process adoption [BB] - View pets catalogue [BB] - Edit user -[BB] - Donate charities (cash and/or goods) +[BM] - Donate charities (cash and/or goods) ADMIN FEATURES: - GOD @@ -17,13 +17,13 @@ ADMIN FEATURES: [JJ] - Delete Shelter [JJ] - Kick User from Shelter [BM] - Validate Shelter Certificate -[BB] - Disable User +[BM] - Disable User SHELTER VOLUNTEER FEATURES: -[BM] - Create Pet -[BM] - Add new Volunteer to Shelter +[SI] - Create Pet +[SI] - Add new Volunteer to Shelter [BM] - Add ShelterCertificate -[BM] - Edit Pet +[SI] - Edit Pet [JJ] - Edit Shelter [JJ] - Delete Pet [FC] - Validate Adoption @@ -36,4 +36,5 @@ Groups: - EL -> Pol Escolà and Antonio López - JJ -> Gerard Jaimejuan and Sebastian Jitaru - FC -> Mario Fernández and Àlex Codina -- BB -> Angelo Barbasola and Gabriel Bogdan \ No newline at end of file +- BB -> Angelo Barbasola and Gabriel Bogdan +- SI -> Selma and Irfan \ No newline at end of file From 4793905824046b6223a82e9ca53c7e37cb44e74b Mon Sep 17 00:00:00 2001 From: Ant Date: Thu, 7 Mar 2024 15:37:27 +0100 Subject: [PATCH 3/3] unified "add/remove favourite" features --- features.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/features.txt b/features.txt index 7d2a80f5..67bdf297 100644 --- a/features.txt +++ b/features.txt @@ -4,8 +4,7 @@ USER FEATURES: [EL] - Register [EL] - Login [EL] - Logout -[EL] - Add favourite -[EL] - Remove favourite +[EL] - Modify favourite [FC] - Process adoption [BB] - View pets catalogue [BB] - Edit user