From 81e34faad58df61fa338a4365c6f2f6bee82cb29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Fri, 10 Mar 2023 23:24:52 +0100 Subject: [PATCH 01/23] Login image --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1e8f07a..cb363cb2 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,7 @@ We are going to use an api to detect explicit contents. ## πŸ€” Algorithm Website is going to have a recommendation algorithm for welcome page. + +Login page, from this page we are going to be able to log into our personal account + +![image](https://user-images.githubusercontent.com/102819481/224439475-3ade71b3-aa19-481b-bffa-6495d4554f2f.png) From 9b998a4765b45ae3564e45e7831b8f11ddc79187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Sat, 11 Mar 2023 00:07:43 +0100 Subject: [PATCH 02/23] Phase 1 --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index cb363cb2..d28ef9d8 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,33 @@ Website is going to have a recommendation algorithm for welcome page. Login page, from this page we are going to be able to log into our personal account +# PHASE 1 + +## Everyone + +**Login page**, from this page we are going to be able to log into our personal account. Two more options are offered here, to enter the page as a guest +or to create an account. ![image](https://user-images.githubusercontent.com/102819481/224439475-3ade71b3-aa19-481b-bffa-6495d4554f2f.png) + +**Register page** In case we don't own an account, we are going to be able to create one using the register page. +![image](https://user-images.githubusercontent.com/102819481/224440024-1f720462-fd40-4717-9bd8-5e808143389b.png) + +**Feed page** Once we are through the login process, the feed, the principal page is going to be shown. Here the navbar makes his appearance, as well as the posts sorted by date of creation. +![image](https://user-images.githubusercontent.com/102819481/224440471-b4bb66a5-7b98-41da-b1d1-e65f2f20e006.png) + +## Logged user +**Profile page** When the user icon is pressed at the navbar, the profile page shows up. Here we can see information about users such as number of people that he follows or his description. +![image](https://user-images.githubusercontent.com/102819481/224440979-24a15a4a-0291-4288-bf95-dacb9f15ce7b.png) + +**Profile page of other users** When we browse a profile page that isn't ours, if we are logged in we are going to be able to see a button to follow the account. +![image](https://user-images.githubusercontent.com/102819481/224441137-96fff5a2-b656-422e-9b07-778039e4dd25.png) + +**CreateList page** This page allow the logged in users to create their own Top-List. By adding photos and descriptions to the list items. +![image](https://user-images.githubusercontent.com/102819481/224444291-c9c9e9d5-3abe-49a9-bd20-423e2abdf976.png) + +## Admin +**Admin Panel page** From this page the admins are going to be able to manage user activities and study the topics graphics +![image](https://user-images.githubusercontent.com/102819481/224444464-11df3f0f-1800-4e89-ac6d-01faa513a275.png) + + + From 7e0a6f4d56ac98549ddfdbd4ed97cb1b7d744730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Sat, 11 Mar 2023 09:21:30 +0100 Subject: [PATCH 03/23] feat: screenshots about the different interactions --- README.md | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 41 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d28ef9d8..2415b472 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Website is going to have a recommendation algorithm for welcome page. Login page, from this page we are going to be able to log into our personal account -# PHASE 1 +# PHASE 2 ## Everyone @@ -63,6 +63,14 @@ or to create an account. **Feed page** Once we are through the login process, the feed, the principal page is going to be shown. Here the navbar makes his appearance, as well as the posts sorted by date of creation. ![image](https://user-images.githubusercontent.com/102819481/224440471-b4bb66a5-7b98-41da-b1d1-e65f2f20e006.png) +**Search** From the navbar every user is going to be able to look for different posts and users by selecting an option or typing it +![image](https://user-images.githubusercontent.com/102819481/224472448-022df969-3159-4678-b696-639c25a8ecd4.png) + +**Profile interactions** If u press the number of people who's following an account you'll be able to see the list of accounts +![image](https://user-images.githubusercontent.com/102819481/224473321-5ac96ca4-46a0-452b-93cc-8f4481bb3f10.png) +Now selecting one of the user from the list we're going to be redirected to the profile we have just selected. +![image](https://user-images.githubusercontent.com/102819481/224473444-18febf14-81e2-447d-a55e-904c02bfe70b.png) + ## Logged user **Profile page** When the user icon is pressed at the navbar, the profile page shows up. Here we can see information about users such as number of people that he follows or his description. ![image](https://user-images.githubusercontent.com/102819481/224440979-24a15a4a-0291-4288-bf95-dacb9f15ce7b.png) @@ -71,11 +79,42 @@ or to create an account. ![image](https://user-images.githubusercontent.com/102819481/224441137-96fff5a2-b656-422e-9b07-778039e4dd25.png) **CreateList page** This page allow the logged in users to create their own Top-List. By adding photos and descriptions to the list items. -![image](https://user-images.githubusercontent.com/102819481/224444291-c9c9e9d5-3abe-49a9-bd20-423e2abdf976.png) +![image](https://user-images.githubusercontent.com/102819481/224472181-5c102e4b-2da7-4889-a035-1131d46791a7.png) + +**For me page** Once you have logged in you can decide to only see posts from people you are currently following, by pressing the heart button at the navbar +![image](https://user-images.githubusercontent.com/102819481/224473547-364b9566-7bca-4fc0-9928-216911a6deff.png) ## Admin **Admin Panel page** From this page the admins are going to be able to manage user activities and study the topics graphics ![image](https://user-images.githubusercontent.com/102819481/224444464-11df3f0f-1800-4e89-ac6d-01faa513a275.png) +## Executions intructions +We assume that the computer have Linux as operative system. +* The first point, docker must be installed in order to be able to use the database. + ![image](https://user-images.githubusercontent.com/102819481/224472613-0b120d6a-54cf-454f-b36b-d5d030d53dc9.png) + +* Once you have docker installed it must be linked with mysql database. +![image](https://user-images.githubusercontent.com/102819481/224472739-a2a6e336-d98c-45d5-8904-f66a68222114.png) +![image](https://user-images.githubusercontent.com/102819481/224472762-0ae686d8-c54d-438a-a112-ccd69f57f138.png) + +* Assuming that the user is using Visual Studio Code, to run the application in visual you need to install the extensions for Springboot +![image](https://user-images.githubusercontent.com/102819481/224472802-a4e61a4f-9d47-48ef-b97e-994c79e271df.png) +as well as an extension for java plus the jdk-17 and Maven 4.0.0 +![image](https://user-images.githubusercontent.com/102819481/224472849-6a13acda-e636-4b0e-8141-ed8fa2202f3f.png) + +![image](https://user-images.githubusercontent.com/102819481/224472845-125913fd-3127-4bd3-b1a8-be909435c1d2.png) + +* Once this is pulished, u can run the application. However, to create an account u need to run maildev, for the confirmation email. +![image](https://user-images.githubusercontent.com/102819481/224473020-27046e69-0f3f-478b-917b-4170094285d9.png) + +* Once this is finished we can fully run the application +![image](https://user-images.githubusercontent.com/102819481/224473185-f9ddc4bf-8715-410d-94bd-93d66f8950f5.png) + + + + + + + From a9f8ce15a88603e079a3b7ab94a920c9a1463c43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Sat, 11 Mar 2023 09:53:30 +0100 Subject: [PATCH 04/23] feat:Group member participations --- README.md | 172 ++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 153 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 2415b472..d24ed840 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,29 @@ # 🎩 Alist [![license](https://img.shields.io/github/license/CodeURJC-DAW-2022-23/webapp1.svg)](https://github.com/CodeURJC-DAW-2022-23/webapp1/blob/main/LICENSE) +## Table of contents + + - [Phase 0-1](#phase-0-1) + - [Collaborators](#collaborators) + - [Methodology](#methodology) + - [Entities](#entities) + - [User permissions](#user-permissions) + - [Images](#images) + - [Graphs](#graphs) + - [Complementary Technology](#complementary-technology) + - [Algorithm](#algorithm) + - [Phase 2](#phase-2) + - [Guests](#guests) + - [Logged user](#logged-user) + - [Admin](#admin) + - [Execution intructions](#execution-intructions) + - [Group members participation](#group-members-participation) + Universal top list website. +## Phase 0-1 -## πŸ‘€ Collaborators +### πŸ‘€ Collaborators | Name | Email | Github Username | | --------------------------- | --------------------------------- | --------------------------------------------------- | @@ -14,44 +33,46 @@ Universal top list website. | Frantzes Elzaurdia | f.elzaurdia.2020@alumnos.urjc.es | [franchescoURJC](https://github.com/franchescoURJC) | | Vicente GonzΓ‘lez PΓ©rez | v.gonzalez.2020@alumnos.urjc.es | [Vicente1215](https://github.com/Vicente1215) | -## πŸ’ͺ Methodology +### πŸ’ͺ Methodology Agile methodology using scrum framework with jira. +![image](https://user-images.githubusercontent.com/102819481/224474020-507a659a-4caa-48a4-a1c0-3499854ddec6.png) -## πŸ’Ύ Entities + +### πŸ’Ύ Entities - User. - List. - Topic. - Comments. -## 🚫 User permissions +### 🚫 User permissions -- **Guest:** View tops. -- **User:** Create tops, manage profile, follow users. -- **Admin:** Manage tops, files & users. +- **Guest:** View posts and profiles. +- **User:** Create posts, manage profile, follow users, like posts. +- **Admin:** Manage posts, files & users. -## πŸŒ„ Images +### πŸŒ„ Images Here will be some images of the website. -## πŸ“Š Graphs +### πŸ“Š Graphs This app is going to have trends (pie chart), registered users (line chart) graphs. -## βš™οΈ Complementary technology +### βš™οΈ Complementary technology We are going to use an api to detect explicit contents. -## πŸ€” Algorithm +### πŸ€” Algorithm Website is going to have a recommendation algorithm for welcome page. Login page, from this page we are going to be able to log into our personal account -# PHASE 2 +## Phase 2 -## Everyone +### Guests **Login page**, from this page we are going to be able to log into our personal account. Two more options are offered here, to enter the page as a guest or to create an account. @@ -68,10 +89,12 @@ or to create an account. **Profile interactions** If u press the number of people who's following an account you'll be able to see the list of accounts ![image](https://user-images.githubusercontent.com/102819481/224473321-5ac96ca4-46a0-452b-93cc-8f4481bb3f10.png) + Now selecting one of the user from the list we're going to be redirected to the profile we have just selected. + ![image](https://user-images.githubusercontent.com/102819481/224473444-18febf14-81e2-447d-a55e-904c02bfe70b.png) -## Logged user +### Logged user **Profile page** When the user icon is pressed at the navbar, the profile page shows up. Here we can see information about users such as number of people that he follows or his description. ![image](https://user-images.githubusercontent.com/102819481/224440979-24a15a4a-0291-4288-bf95-dacb9f15ce7b.png) @@ -84,11 +107,11 @@ Now selecting one of the user from the list we're going to be redirected to the **For me page** Once you have logged in you can decide to only see posts from people you are currently following, by pressing the heart button at the navbar ![image](https://user-images.githubusercontent.com/102819481/224473547-364b9566-7bca-4fc0-9928-216911a6deff.png) -## Admin +### Admin **Admin Panel page** From this page the admins are going to be able to manage user activities and study the topics graphics ![image](https://user-images.githubusercontent.com/102819481/224444464-11df3f0f-1800-4e89-ac6d-01faa513a275.png) -## Executions intructions +### Execution intructions We assume that the computer have Linux as operative system. * The first point, docker must be installed in order to be able to use the database. ![image](https://user-images.githubusercontent.com/102819481/224472613-0b120d6a-54cf-454f-b36b-d5d030d53dc9.png) @@ -112,9 +135,120 @@ as well as an extension for java plus the jdk-17 and Maven 4.0.0 +## Group members participation +### Frantzes +#### Textual description: +#### The five most important commits: + +| Commit number | Description | Link | +| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| #1 | | | +| #2 | | | +| #3 | | | +| #4 | | | +| #5 | | | +#### The five most participated files: - - - +| File number | File | +| ------------- | ------------------ | +| #1 | | +| #2 | | +| #3 | | +| #4 | | +| #5 | | + +### Vicente +#### Textual description: +#### The five most important commits: + +| Commit number | Description | Link | +| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| #1 | | | +| #2 | | | +| #3 | | | +| #4 | | | +| #5 | | | + + +#### The five most participated files: + +| File number | File | +| ------------- | ------------------ | +| #1 | | +| #2 | | +| #3 | | +| #4 | | +| #5 | | + +### Alberto +#### Textual description: +#### The five most important commits: + +| Commit number | Description | Link | +| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| #1 | | | +| #2 | | | +| #3 | | | +| #4 | | | +| #5 | | | + + +#### The five most participated files: + +| File number | File | +| ------------- | ------------------ | +| #1 | | +| #2 | | +| #3 | | +| #4 | | +| #5 | | + + +### Alejandro +#### Textual description: +#### The five most important commits: + +| Commit number | Description | Link | +| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| #1 | | | +| #2 | | | +| #3 | | | +| #4 | | | +| #5 | | | + + +#### The five most participated files: + +| File number | File | +| ------------- | ------------------ | +| #1 | | +| #2 | | +| #3 | | +| #4 | | +| #5 | | + + +### Gledrian +#### Textual description: +#### The five most important commits: + +| Commit number | Description | Link | +| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | +| #1 | | | +| #2 | | | +| #3 | | | +| #4 | | | +| #5 | | | + + +#### The five most participated files: + +| File number | File | +| ------------- | ------------------ | +| #1 | | +| #2 | | +| #3 | | +| #4 | | +| #5 | | From 6d20279016f6935da76122e9fdc566081fadb824 Mon Sep 17 00:00:00 2001 From: franchescoURJC Date: Sun, 12 Mar 2023 15:09:31 +0100 Subject: [PATCH 05/23] docs: added my commits and minor changes --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d24ed840..c097be71 100644 --- a/README.md +++ b/README.md @@ -58,17 +58,16 @@ Here will be some images of the website. ### πŸ“Š Graphs -This app is going to have trends (pie chart), registered users (line chart) graphs. +This app has a pie chart that shows the popularity of topics based on the number of posts that use said topics. ### βš™οΈ Complementary technology -We are going to use an api to detect explicit contents. +Email verification for user registration. ### πŸ€” Algorithm -Website is going to have a recommendation algorithm for welcome page. +Website is going to have a recommendation algorithm for home page. -Login page, from this page we are going to be able to log into our personal account ## Phase 2 @@ -112,7 +111,6 @@ Now selecting one of the user from the list we're going to be redirected to the ![image](https://user-images.githubusercontent.com/102819481/224444464-11df3f0f-1800-4e89-ac6d-01faa513a275.png) ### Execution intructions -We assume that the computer have Linux as operative system. * The first point, docker must be installed in order to be able to use the database. ![image](https://user-images.githubusercontent.com/102819481/224472613-0b120d6a-54cf-454f-b36b-d5d030d53dc9.png) @@ -142,22 +140,22 @@ as well as an extension for java plus the jdk-17 and Maven 4.0.0 | Commit number | Description | Link | | ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | -| #1 | | | -| #2 | | | -| #3 | | | -| #4 | | | -| #5 | | | +| #1 | Top-list page with comments | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f7773edd1fde10655ee2dd4e0da0b8cfe10993df | +| #2 | Search bar with autocomplete | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/5a27166caea0cc168e0d74749bc7034d79dbbc55| +| #3 | Email verification for register | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/153a71fd57b9e936e132f0b909823ae0109c8f5d | +| #4 | Login and registration | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/e5dc5dd816bb85e14ed3c7d55b111c2196b5363d | +| #5 | Admin-panel layout with collapse and mustache | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/3c26cd8e522eb616057d4d7344d8ae6c7c6d1d46 | #### The five most participated files: | File number | File | | ------------- | ------------------ | -| #1 | | -| #2 | | -| #3 | | -| #4 | | -| #5 | | +| #1 | RegistrationService.java | +| #2 | AdminPanelController.java | +| #3 | RegisterController.java | +| #4 | WebSecurityConfig.java (and entire net.daw.alist.security package) | +| #5 | searchbar.html | ### Vicente #### Textual description: From 36d6b8fb9f5ce5465c0e4b54500fe1d55e793163 Mon Sep 17 00:00:00 2001 From: skuzow Date: Sun, 12 Mar 2023 15:38:17 +0100 Subject: [PATCH 06/23] docs: my commits & files participated --- README.md | 241 +++++++++++++++++++++++++++--------------------------- 1 file changed, 122 insertions(+), 119 deletions(-) diff --git a/README.md b/README.md index c097be71..77cf3ea2 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,27 @@ # 🎩 Alist [![license](https://img.shields.io/github/license/CodeURJC-DAW-2022-23/webapp1.svg)](https://github.com/CodeURJC-DAW-2022-23/webapp1/blob/main/LICENSE) + ## Table of contents - - [Phase 0-1](#phase-0-1) - - [Collaborators](#collaborators) - - [Methodology](#methodology) - - [Entities](#entities) - - [User permissions](#user-permissions) - - [Images](#images) - - [Graphs](#graphs) - - [Complementary Technology](#complementary-technology) - - [Algorithm](#algorithm) - - [Phase 2](#phase-2) - - [Guests](#guests) - - [Logged user](#logged-user) - - [Admin](#admin) - - [Execution intructions](#execution-intructions) - - [Group members participation](#group-members-participation) - +- [Phase 0-1](#phase-0-1) + - [Collaborators](#collaborators) + - [Methodology](#methodology) + - [Entities](#entities) + - [User permissions](#user-permissions) + - [Images](#images) + - [Graphs](#graphs) + - [Complementary Technology](#complementary-technology) + - [Algorithm](#algorithm) +- [Phase 2](#phase-2) + - [Guests](#guests) + - [Logged user](#logged-user) + - [Admin](#admin) + - [Execution intructions](#execution-intructions) + - [Group members participation](#group-members-participation) Universal top list website. + ## Phase 0-1 ### πŸ‘€ Collaborators @@ -38,7 +39,6 @@ Universal top list website. Agile methodology using scrum framework with jira. ![image](https://user-images.githubusercontent.com/102819481/224474020-507a659a-4caa-48a4-a1c0-3499854ddec6.png) - ### πŸ’Ύ Entities - User. @@ -49,7 +49,7 @@ Agile methodology using scrum framework with jira. ### 🚫 User permissions - **Guest:** View posts and profiles. -- **User:** Create posts, manage profile, follow users, like posts. +- **User:** Create posts, manage profile, follow users, like posts. - **Admin:** Manage posts, files & users. ### πŸŒ„ Images @@ -68,7 +68,6 @@ Email verification for user registration. Website is going to have a recommendation algorithm for home page. - ## Phase 2 ### Guests @@ -77,10 +76,10 @@ Website is going to have a recommendation algorithm for home page. or to create an account. ![image](https://user-images.githubusercontent.com/102819481/224439475-3ade71b3-aa19-481b-bffa-6495d4554f2f.png) -**Register page** In case we don't own an account, we are going to be able to create one using the register page. +**Register page** In case we don't own an account, we are going to be able to create one using the register page. ![image](https://user-images.githubusercontent.com/102819481/224440024-1f720462-fd40-4717-9bd8-5e808143389b.png) -**Feed page** Once we are through the login process, the feed, the principal page is going to be shown. Here the navbar makes his appearance, as well as the posts sorted by date of creation. +**Feed page** Once we are through the login process, the feed, the principal page is going to be shown. Here the navbar makes his appearance, as well as the posts sorted by date of creation. ![image](https://user-images.githubusercontent.com/102819481/224440471-b4bb66a5-7b98-41da-b1d1-e65f2f20e006.png) **Search** From the navbar every user is going to be able to look for different posts and users by selecting an option or typing it @@ -94,7 +93,8 @@ Now selecting one of the user from the list we're going to be redirected to the ![image](https://user-images.githubusercontent.com/102819481/224473444-18febf14-81e2-447d-a55e-904c02bfe70b.png) ### Logged user -**Profile page** When the user icon is pressed at the navbar, the profile page shows up. Here we can see information about users such as number of people that he follows or his description. + +**Profile page** When the user icon is pressed at the navbar, the profile page shows up. Here we can see information about users such as number of people that he follows or his description. ![image](https://user-images.githubusercontent.com/102819481/224440979-24a15a4a-0291-4288-bf95-dacb9f15ce7b.png) **Profile page of other users** When we browse a profile page that isn't ours, if we are logged in we are going to be able to see a button to follow the account. @@ -107,146 +107,149 @@ Now selecting one of the user from the list we're going to be redirected to the ![image](https://user-images.githubusercontent.com/102819481/224473547-364b9566-7bca-4fc0-9928-216911a6deff.png) ### Admin + **Admin Panel page** From this page the admins are going to be able to manage user activities and study the topics graphics ![image](https://user-images.githubusercontent.com/102819481/224444464-11df3f0f-1800-4e89-ac6d-01faa513a275.png) ### Execution intructions -* The first point, docker must be installed in order to be able to use the database. + +- The first point, docker must be installed in order to be able to use the database. ![image](https://user-images.githubusercontent.com/102819481/224472613-0b120d6a-54cf-454f-b36b-d5d030d53dc9.png) - -* Once you have docker installed it must be linked with mysql database. -![image](https://user-images.githubusercontent.com/102819481/224472739-a2a6e336-d98c-45d5-8904-f66a68222114.png) -![image](https://user-images.githubusercontent.com/102819481/224472762-0ae686d8-c54d-438a-a112-ccd69f57f138.png) +- Once you have docker installed it must be linked with mysql database. + ![image](https://user-images.githubusercontent.com/102819481/224472739-a2a6e336-d98c-45d5-8904-f66a68222114.png) + ![image](https://user-images.githubusercontent.com/102819481/224472762-0ae686d8-c54d-438a-a112-ccd69f57f138.png) -* Assuming that the user is using Visual Studio Code, to run the application in visual you need to install the extensions for Springboot -![image](https://user-images.githubusercontent.com/102819481/224472802-a4e61a4f-9d47-48ef-b97e-994c79e271df.png) -as well as an extension for java plus the jdk-17 and Maven 4.0.0 -![image](https://user-images.githubusercontent.com/102819481/224472849-6a13acda-e636-4b0e-8141-ed8fa2202f3f.png) +- Assuming that the user is using Visual Studio Code, to run the application in visual you need to install the extensions for Springboot + ![image](https://user-images.githubusercontent.com/102819481/224472802-a4e61a4f-9d47-48ef-b97e-994c79e271df.png) + as well as an extension for java plus the jdk-17 and Maven 4.0.0 + ![image](https://user-images.githubusercontent.com/102819481/224472849-6a13acda-e636-4b0e-8141-ed8fa2202f3f.png) ![image](https://user-images.githubusercontent.com/102819481/224472845-125913fd-3127-4bd3-b1a8-be909435c1d2.png) -* Once this is pulished, u can run the application. However, to create an account u need to run maildev, for the confirmation email. -![image](https://user-images.githubusercontent.com/102819481/224473020-27046e69-0f3f-478b-917b-4170094285d9.png) - -* Once this is finished we can fully run the application -![image](https://user-images.githubusercontent.com/102819481/224473185-f9ddc4bf-8715-410d-94bd-93d66f8950f5.png) - +- Once this is pulished, u can run the application. However, to create an account u need to run maildev, for the confirmation email. + ![image](https://user-images.githubusercontent.com/102819481/224473020-27046e69-0f3f-478b-917b-4170094285d9.png) +- Once this is finished we can fully run the application + ![image](https://user-images.githubusercontent.com/102819481/224473185-f9ddc4bf-8715-410d-94bd-93d66f8950f5.png) ## Group members participation + ### Frantzes -#### Textual description: -#### The five most important commits: -| Commit number | Description | Link | -| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | -| #1 | Top-list page with comments | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f7773edd1fde10655ee2dd4e0da0b8cfe10993df | -| #2 | Search bar with autocomplete | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/5a27166caea0cc168e0d74749bc7034d79dbbc55| -| #3 | Email verification for register | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/153a71fd57b9e936e132f0b909823ae0109c8f5d | -| #4 | Login and registration | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/e5dc5dd816bb85e14ed3c7d55b111c2196b5363d | -| #5 | Admin-panel layout with collapse and mustache | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/3c26cd8e522eb616057d4d7344d8ae6c7c6d1d46 | +#### Textual description: +#### The five most important commits: + +| Commit number | Description | Link | +| ------------- | --------------------------------------------- | ----------------------------------------------------------------------------------------------- | +| #1 | Top-list page with comments | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f7773edd1fde10655ee2dd4e0da0b8cfe10993df | +| #2 | Search bar with autocomplete | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/5a27166caea0cc168e0d74749bc7034d79dbbc55 | +| #3 | Email verification for register | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/153a71fd57b9e936e132f0b909823ae0109c8f5d | +| #4 | Login and registration | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/e5dc5dd816bb85e14ed3c7d55b111c2196b5363d | +| #5 | Admin-panel layout with collapse and mustache | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/3c26cd8e522eb616057d4d7344d8ae6c7c6d1d46 | #### The five most participated files: -| File number | File | -| ------------- | ------------------ | -| #1 | RegistrationService.java | -| #2 | AdminPanelController.java | -| #3 | RegisterController.java | -| #4 | WebSecurityConfig.java (and entire net.daw.alist.security package) | -| #5 | searchbar.html | +| File number | File | +| ----------- | ------------------------------------------------------------------ | +| #1 | RegistrationService.java | +| #2 | AdminPanelController.java | +| #3 | RegisterController.java | +| #4 | WebSecurityConfig.java (and entire net.daw.alist.security package) | +| #5 | searchbar.html | ### Vicente -#### Textual description: -#### The five most important commits: -| Commit number | Description | Link | -| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | -| #1 | | | -| #2 | | | -| #3 | | | -| #4 | | | -| #5 | | | +#### Textual description: +#### The five most important commits: + +| Commit number | Description | Link | +| ------------- | ----------- | ---- | +| #1 | | | +| #2 | | | +| #3 | | | +| #4 | | | +| #5 | | | #### The five most participated files: -| File number | File | -| ------------- | ------------------ | -| #1 | | -| #2 | | -| #3 | | -| #4 | | -| #5 | | +| File number | File | +| ----------- | ---- | +| #1 | | +| #2 | | +| #3 | | +| #4 | | +| #5 | | ### Alberto -#### Textual description: -#### The five most important commits: -| Commit number | Description | Link | -| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | -| #1 | | | -| #2 | | | -| #3 | | | -| #4 | | | -| #5 | | | +#### Textual description: +#### The five most important commits: -#### The five most participated files: +| Commit number | Description | Link | +| ------------- | ----------- | ---- | +| #1 | | | +| #2 | | | +| #3 | | | +| #4 | | | +| #5 | | | -| File number | File | -| ------------- | ------------------ | -| #1 | | -| #2 | | -| #3 | | -| #4 | | -| #5 | | +#### The five most participated files: +| File number | File | +| ----------- | ---- | +| #1 | | +| #2 | | +| #3 | | +| #4 | | +| #5 | | ### Alejandro -#### Textual description: -#### The five most important commits: -| Commit number | Description | Link | -| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | -| #1 | | | -| #2 | | | -| #3 | | | -| #4 | | | -| #5 | | | +#### Textual description: Profile & Create List, also some models and database init +#### The five most important commits: -#### The five most participated files: +| Commit number | Description | +| ------------- | -------------------------------------------------------------------------------------------------------------------- | +| #1 | [Profile](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/600ef2fc9bec53ad7b143005427fda1188b84b6b) | +| #2 | [Create List](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bcbb82f69344b5100150d6604a987bcebbe93719) | +| #3 | [Models & Database](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/0513473d9193d46b3b00d97dc6124dfed24df4a6) | +| #4 | [Spring init](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/62468402ad4b500a4d73df7e85df02a0d4539ef8) | +| #5 | [Docker](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/ca1ec94b0cc25cf9cbd56c267716b9efd4ce64a1) | -| File number | File | -| ------------- | ------------------ | -| #1 | | -| #2 | | -| #3 | | -| #4 | | -| #5 | | +#### The five most participated files: +| File number | File | +| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| #1 | [ProfileController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/controllers/ProfileController.java) | +| #2 | [profile.html](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/templates/profile.html) | +| #3 | [CreateListController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/controllers/CreateListController.java) | +| #4 | [create-list.html](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/templates/create-list.html) | +| #5 | [/models](https://github.com/CodeURJC-DAW-2022-23/webapp1/tree/main/back/src/main/java/net/daw/alist/models) | ### Gledrian -#### Textual description: -#### The five most important commits: -| Commit number | Description | Link | -| ------------- | ------------------------------------------------ | ----------------------------------------------------------------------------------------------- | -| #1 | | | -| #2 | | | -| #3 | | | -| #4 | | | -| #5 | | | +#### Textual description: + +#### The five most important commits: +| Commit number | Description | Link | +| ------------- | ----------- | ---- | +| #1 | | | +| #2 | | | +| #3 | | | +| #4 | | | +| #5 | | | #### The five most participated files: -| File number | File | -| ------------- | ------------------ | -| #1 | | -| #2 | | -| #3 | | -| #4 | | -| #5 | | +| File number | File | +| ----------- | ---- | +| #1 | | +| #2 | | +| #3 | | +| #4 | | +| #5 | | From 46597ce1083a1dea7c2e8529e842a4e9c68c238f Mon Sep 17 00:00:00 2001 From: franchescoURJC Date: Sun, 12 Mar 2023 15:59:18 +0100 Subject: [PATCH 07/23] docs: added textual description of my participation and reformat --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 77cf3ea2..c5a150f4 100644 --- a/README.md +++ b/README.md @@ -136,27 +136,27 @@ Now selecting one of the user from the list we're going to be redirected to the ### Frantzes -#### Textual description: +#### Textual description: Login, registration (email verification), security configuration (encryption, CSRF protection, HTTPS), search bar, navbar, admin-panel and general styling changes. #### The five most important commits: -| Commit number | Description | Link | -| ------------- | --------------------------------------------- | ----------------------------------------------------------------------------------------------- | -| #1 | Top-list page with comments | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f7773edd1fde10655ee2dd4e0da0b8cfe10993df | -| #2 | Search bar with autocomplete | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/5a27166caea0cc168e0d74749bc7034d79dbbc55 | -| #3 | Email verification for register | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/153a71fd57b9e936e132f0b909823ae0109c8f5d | -| #4 | Login and registration | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/e5dc5dd816bb85e14ed3c7d55b111c2196b5363d | -| #5 | Admin-panel layout with collapse and mustache | https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/3c26cd8e522eb616057d4d7344d8ae6c7c6d1d46 | +| Commit number | Description | | +| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | --- | +| #1 | [Top-list page with comments](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f7773edd1fde10655ee2dd4e0da0b8cfe10993df) | +| #2 | [Search bar with autocomplete](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/5a27166caea0cc168e0d74749bc7034d79dbbc55) | +| #3 | [Email verification for register](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/153a71fd57b9e936e132f0b909823ae0109c8f5d) | +| #4 | [Login and registration](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/e5dc5dd816bb85e14ed3c7d55b111c2196b5363d) | +| #5 | [Admin-panel layout with collapse and mustache](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/3c26cd8e522eb616057d4d7344d8ae6c7c6d1d46) | #### The five most participated files: -| File number | File | -| ----------- | ------------------------------------------------------------------ | -| #1 | RegistrationService.java | -| #2 | AdminPanelController.java | -| #3 | RegisterController.java | -| #4 | WebSecurityConfig.java (and entire net.daw.alist.security package) | -| #5 | searchbar.html | +| File number | File | +| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| #1 | [RegistrationService.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/RegistrationService.java) | +| #2 | [AdminPanelController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/controllers/AdminPanelController.java) | +| #3 | [RegisterController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/controllers/RegisterController.java) | +| #4 | [WebSecurityConfig.java (and entire net.daw.alist.security package)](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/security/WebSecurityConfig.java) | +| #5 | [searchbar.html](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/templates/searchbar.html) | ### Vicente From c1bf034f828f9130a5e6413baee067e5cd4163b8 Mon Sep 17 00:00:00 2001 From: gutche Date: Sun, 12 Mar 2023 17:13:13 +0100 Subject: [PATCH 08/23] docs: add my contributions to the project --- README.md | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 77cf3ea2..4f8fb10b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ - [Execution intructions](#execution-intructions) - [Group members participation](#group-members-participation) -Universal top list website. +A top list generator of any topic you want. ## Phase 0-1 @@ -34,7 +34,7 @@ Universal top list website. | Frantzes Elzaurdia | f.elzaurdia.2020@alumnos.urjc.es | [franchescoURJC](https://github.com/franchescoURJC) | | Vicente GonzΓ‘lez PΓ©rez | v.gonzalez.2020@alumnos.urjc.es | [Vicente1215](https://github.com/Vicente1215) | -### πŸ’ͺ Methodology +### πŸ‘·πŸ› οΈ Methodology Agile methodology using scrum framework with jira. ![image](https://user-images.githubusercontent.com/102819481/224474020-507a659a-4caa-48a4-a1c0-3499854ddec6.png) @@ -49,7 +49,7 @@ Agile methodology using scrum framework with jira. ### 🚫 User permissions - **Guest:** View posts and profiles. -- **User:** Create posts, manage profile, follow users, like posts. +- **User:** Create posts, manage profile, follow users, like posts, comment on posts. - **Admin:** Manage posts, files & users. ### πŸŒ„ Images @@ -232,24 +232,23 @@ Now selecting one of the user from the list we're going to be redirected to the ### Gledrian -#### Textual description: +#### Implemented Home page and For me page that required lazy loading and very specific SQL queries. -#### The five most important commits: +#### Five most important commits: -| Commit number | Description | Link | -| ------------- | ----------- | ---- | -| #1 | | | -| #2 | | | -| #3 | | | -| #4 | | | -| #5 | | | +| Commit number | Description | +| ------------- | ------------------- | +| #1 | Lazy loading script | +| #3 | Home page | +| #4 | For me page | +| #5 | SQL queries | -#### The five most participated files: +#### Five most participated files: -| File number | File | -| ----------- | ---- | -| #1 | | -| #2 | | -| #3 | | -| #4 | | -| #5 | | +| File number | File | +| ----------- | ------------------- | +| #1 | load-data.js | +| #2 | PostController.java | +| #3 | PostRepository.java | +| #4 | navbar.html | +| #5 | /posts models | From e82b052cae8a99d389fa5723a011cfe9d54502ba Mon Sep 17 00:00:00 2001 From: Vicente1215 <103210832+Vicente1215@users.noreply.github.com> Date: Sun, 12 Mar 2023 18:27:09 +0100 Subject: [PATCH 09/23] Update README.md --- README.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7098fb17..fd676ee5 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,9 @@ Website is going to have a recommendation algorithm for home page. ## Phase 2 +### Database Diagram +![image](https://user-images.githubusercontent.com/103210832/224561668-98a5d967-b300-4314-adf7-4f82b8c00722.png) + ### Guests **Login page**, from this page we are going to be able to log into our personal account. Two more options are offered here, to enter the page as a guest @@ -109,7 +112,7 @@ Now selecting one of the user from the list we're going to be redirected to the ### Admin **Admin Panel page** From this page the admins are going to be able to manage user activities and study the topics graphics -![image](https://user-images.githubusercontent.com/102819481/224444464-11df3f0f-1800-4e89-ac6d-01faa513a275.png) +!![image](https://user-images.githubusercontent.com/103210832/224559779-4f022381-a0f0-484c-a4d0-fb1dc00e9540.png) ### Execution intructions @@ -160,27 +163,27 @@ Now selecting one of the user from the list we're going to be redirected to the ### Vicente -#### Textual description: +#### Textual description: Database models, database initialize, admin page #### The five most important commits: -| Commit number | Description | Link | -| ------------- | ----------- | ---- | -| #1 | | | -| #2 | | | -| #3 | | | -| #4 | | | -| #5 | | | +| Commit number | Description | +| ------------- | ----------- | +| #1 |[Complete Admin Panel](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bdb2398049682f5ec57e4fd38606f801d3a042b5) | +| #2 |[Database Initialize](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/690f7af51d87efcb54350a67b1da9e769cf7905a) | +| #3 |[Pie chart](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/cfeb69884f41bd9c0749549f0d4c33b7f4adf5ef) | +| #4 |[Follow users](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/cd930a7eabbe41a1c5bc63fe0189b30c3c0f97a9) | +| #5 |[Add topics](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/0dd06422df1453b52d9f9779499ce9855937670c) | #### The five most participated files: | File number | File | | ----------- | ---- | -| #1 | | -| #2 | | -| #3 | | -| #4 | | -| #5 | | +| #1 | [create-chart.js](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/static/scripts/create-chart.js) | +| #2 | [Post.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/models/Post.java) | +| #3 | [AdminPanelController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/controllers/AdminPanelController.java) | +| #4 | [DatabaseInitializer.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/DatabaseInitializer.java) | +| #5 | [User.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/models/User.java) | ### Alberto From 6da6bb7bc422fe516111885f8ec55068717b158c Mon Sep 17 00:00:00 2001 From: Vicente1215 <103210832+Vicente1215@users.noreply.github.com> Date: Sun, 12 Mar 2023 18:28:27 +0100 Subject: [PATCH 10/23] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd676ee5..b7e435f4 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ Website is going to have a recommendation algorithm for home page. ## Phase 2 ### Database Diagram -![image](https://user-images.githubusercontent.com/103210832/224561668-98a5d967-b300-4314-adf7-4f82b8c00722.png) +![image](https://user-images.githubusercontent.com/103210832/224561761-28d37e64-cb77-46b2-bd42-d765949c1570.png) + ### Guests From 5ace3b19107f31f5273b5678c54c58ab39869d59 Mon Sep 17 00:00:00 2001 From: gutche Date: Sun, 12 Mar 2023 18:49:19 +0100 Subject: [PATCH 11/23] docs: add link to my commits --- README.md | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7098fb17..574d2e67 100644 --- a/README.md +++ b/README.md @@ -236,19 +236,20 @@ Now selecting one of the user from the list we're going to be redirected to the #### Five most important commits: -| Commit number | Description | -| ------------- | ------------------- | -| #1 | Lazy loading script | -| #3 | Home page | -| #4 | For me page | -| #5 | SQL queries | +| Commit number | Description | +| ------------- | ---------------------------------------------------------------------------------------------------------------------- | +| #1 | [Lazy loading script](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/60a63aeee2ac8cc05a09ae54a45029c756e28b48) | +| #2 | [Navbar](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bd42b06a3b773207c65358e2c0b55638ffcb831d) | +| #3 | [Home page](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/3b4be6740a23335dc0d59fadd1e85f098cb75e8a) | +| #4 | [For me page](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/07ee91d001defaf92f7f9efaf5590410ec647452) | +| #5 | [SQL queries](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/8229bd4f697a697ff66a7326cbcca04a39487526) | #### Five most participated files: -| File number | File | -| ----------- | ------------------- | -| #1 | load-data.js | -| #2 | PostController.java | -| #3 | PostRepository.java | -| #4 | navbar.html | -| #5 | /posts models | +| File number | File | +| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | +| #1 | [load-data.js](https://github.com/CodeURJC-DAW-2022-23/webapp1/blob/main/back/src/main/resources/static/scripts/load-data.js) | +| #2 | [PostController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blob/main/back/src/main/java/net/daw/alist/controllers/PostController.java) | +| #3 | [PostRepository.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blob/main/back/src/main/java/net/daw/alist/repositories/PostRepository.java) | +| #4 | [navbar.html](https://github.com/CodeURJC-DAW-2022-23/webapp1/commits/main/back/src/main/resources/templates/navbar.html) | +| #5 | [/posts models](https://github.com/CodeURJC-DAW-2022-23/webapp1/commits/main/back/src/main/resources/templates/post.html) | From 0acc399a23b500e7427f0028fdd1efe701a41d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:51:10 +0100 Subject: [PATCH 12/23] Update README.md --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c276984b..1a66f5ac 100644 --- a/README.md +++ b/README.md @@ -192,23 +192,24 @@ Now selecting one of the user from the list we're going to be redirected to the #### The five most important commits: -| Commit number | Description | Link | -| ------------- | ----------- | ---- | -| #1 | | | -| #2 | | | -| #3 | | | -| #4 | | | -| #5 | | | +| Commit number | Description | +| ------------- | ----------- | +| #1 | [create list logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f85bd869c42bd6b8b59788eb23d028b3378cd1cc) +| +| #2 | [creation of posts with several topics](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | +| #3 | [models adjusment] (https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bc579220f25b05371d423355127e6a8c3fd19ac1) | +| #4 | [topic selector](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | +| #5 | [Votes logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/8e59563d0ec6c4d9e092a126151906e43bf4d65a) | #### The five most participated files: | File number | File | | ----------- | ---- | -| #1 | | -| #2 | | -| #3 | | -| #4 | | -| #5 | | +| #1 | [CreateListController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/3119115a4bf0e21882d8239a7568100ed351a56b/back/src/main/java/net/daw/alist/controllers/CreateListController.java) | +| #2 | [topic handler](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/templates/create-list.html) | +| #3 | [PostItemService] (https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/PostItemService.java) | +| #4 | [VotesService](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/feat/upVote-downVote-new/back/src/main/java/net/daw/alist/services/VotesService.java) | +| #5 | [VotesController](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/feat/upVote-downVote-new/back/src/main/java/net/daw/alist/controllers/VotesController.java) | ### Alejandro From 8748a75c1605744d58286125a3b05e60a29b4378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:52:27 +0100 Subject: [PATCH 13/23] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1a66f5ac..81d9a612 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,6 @@ Now selecting one of the user from the list we're going to be redirected to the | Commit number | Description | | ------------- | ----------- | | #1 | [create list logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f85bd869c42bd6b8b59788eb23d028b3378cd1cc) -| | #2 | [creation of posts with several topics](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | | #3 | [models adjusment] (https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bc579220f25b05371d423355127e6a8c3fd19ac1) | | #4 | [topic selector](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | From 269be89e52f9494640c0e5d117f3c7589233eba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:53:46 +0100 Subject: [PATCH 14/23] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81d9a612..65348614 100644 --- a/README.md +++ b/README.md @@ -196,7 +196,7 @@ Now selecting one of the user from the list we're going to be redirected to the | ------------- | ----------- | | #1 | [create list logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f85bd869c42bd6b8b59788eb23d028b3378cd1cc) | #2 | [creation of posts with several topics](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | -| #3 | [models adjusment] (https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bc579220f25b05371d423355127e6a8c3fd19ac1) | +| #3 | [models adjusment](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bc579220f25b05371d423355127e6a8c3fd19ac1) | | #4 | [topic selector](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | | #5 | [Votes logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/8e59563d0ec6c4d9e092a126151906e43bf4d65a) | @@ -206,7 +206,7 @@ Now selecting one of the user from the list we're going to be redirected to the | ----------- | ---- | | #1 | [CreateListController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/3119115a4bf0e21882d8239a7568100ed351a56b/back/src/main/java/net/daw/alist/controllers/CreateListController.java) | | #2 | [topic handler](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/templates/create-list.html) | -| #3 | [PostItemService] (https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/PostItemService.java) | +| #3 | [PostItemService](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/PostItemService.java) | | #4 | [VotesService](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/feat/upVote-downVote-new/back/src/main/java/net/daw/alist/services/VotesService.java) | | #5 | [VotesController](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/feat/upVote-downVote-new/back/src/main/java/net/daw/alist/controllers/VotesController.java) | From 90e348be925cc90cad6367a891015f0636c95ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 00:59:00 +0100 Subject: [PATCH 15/23] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65348614..e618be35 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,14 @@ Now selecting one of the user from the list we're going to be redirected to the ### Logged user **Profile page** When the user icon is pressed at the navbar, the profile page shows up. Here we can see information about users such as number of people that he follows or his description. -![image](https://user-images.githubusercontent.com/102819481/224440979-24a15a4a-0291-4288-bf95-dacb9f15ce7b.png) +![image](https://user-images.githubusercontent.com/102819481/224581996-b9642151-aab2-46cb-bb21-ee2df82b6793.png) **Profile page of other users** When we browse a profile page that isn't ours, if we are logged in we are going to be able to see a button to follow the account. -![image](https://user-images.githubusercontent.com/102819481/224441137-96fff5a2-b656-422e-9b07-778039e4dd25.png) +![image](https://user-images.githubusercontent.com/102819481/224582007-8546c0d5-c934-4ad5-a807-c5a771aef174.png) + +**Comments and comment section** When the user is logged he can use the comments section to place his thoughs about the post. +![image](https://user-images.githubusercontent.com/102819481/224581954-d1d248e6-f7e5-493f-a37f-c1bdda867e7a.png) + **CreateList page** This page allow the logged in users to create their own Top-List. By adding photos and descriptions to the list items. ![image](https://user-images.githubusercontent.com/102819481/224472181-5c102e4b-2da7-4889-a035-1131d46791a7.png) From 590a1b53cae4c4ac85715891b5927c25b72eac3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:13:24 +0100 Subject: [PATCH 16/23] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e618be35..83be3069 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [Logged user](#logged-user) - [Admin](#admin) - [Execution intructions](#execution-intructions) + - [Class Diagram](#class-diagram) - [Group members participation](#group-members-participation) A top list generator of any topic you want. @@ -139,6 +140,9 @@ Now selecting one of the user from the list we're going to be redirected to the - Once this is finished we can fully run the application ![image](https://user-images.githubusercontent.com/102819481/224473185-f9ddc4bf-8715-410d-94bd-93d66f8950f5.png) + +## Class Diagram +![Class-Diagram](https://user-images.githubusercontent.com/102819481/224586764-d21509c2-3bd5-4222-bb04-0b7bcb1ae23b.jpg) ## Group members participation From 2863f0bc42df7f04946bbb5ab352017e9ae19717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:17:18 +0100 Subject: [PATCH 17/23] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83be3069..80676f2a 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,8 @@ Now selecting one of the user from the list we're going to be redirected to the ![image](https://user-images.githubusercontent.com/102819481/224473185-f9ddc4bf-8715-410d-94bd-93d66f8950f5.png) ## Class Diagram -![Class-Diagram](https://user-images.githubusercontent.com/102819481/224586764-d21509c2-3bd5-4222-bb04-0b7bcb1ae23b.jpg) +![CLass Diagram (1)](https://user-images.githubusercontent.com/102819481/224587199-f52cab48-9545-4c45-b1b7-a68cfda6cc60.jpg) + ## Group members participation From c1639432912326111b127a57617ae52e236f60ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 10:28:22 +0100 Subject: [PATCH 18/23] fix:some explanations added --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80676f2a..f0f2a8f6 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,12 @@ Agile methodology using scrum framework with jira. - **Guest:** View posts and profiles. - **User:** Create posts, manage profile, follow users, like posts, comment on posts. -- **Admin:** Manage posts, files & users. +- **Admin:** Manage posts, topics, files & user. ### πŸŒ„ Images -Here will be some images of the website. +First stare at the website login page +![image](https://user-images.githubusercontent.com/102819481/224660414-ccf96e10-784f-447a-bffd-4063fd53f981.png) ### πŸ“Š Graphs @@ -67,7 +68,7 @@ Email verification for user registration. ### πŸ€” Algorithm -Website is going to have a recommendation algorithm for home page. +Website is going to have a sort by votes algorithm. In order to show the posts sorted by the difference between upvotes and downvotes. ## Phase 2 From 90ca66a494aee2c48224271e8b1903a352fa17b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:15:04 +0100 Subject: [PATCH 19/23] feat:Scree-navigation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f0f2a8f6..ab120b4d 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,10 @@ Now selecting one of the user from the list we're going to be redirected to the ## Class Diagram ![CLass Diagram (1)](https://user-images.githubusercontent.com/102819481/224587199-f52cab48-9545-4c45-b1b7-a68cfda6cc60.jpg) +## Screen Navigation + +![screen-navigation](https://user-images.githubusercontent.com/102819481/224672424-ad82b91a-0536-4d07-9e70-7da4a4fd8643.png) + ## Group members participation From 23b929ee573a0c6344e2c80af98e0a5b643807b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Deken=C3=B3?= <102819481+Kr4ll@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:56:13 +0100 Subject: [PATCH 20/23] fix: screen navigation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab120b4d..ea7ec347 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ Now selecting one of the user from the list we're going to be redirected to the ## Screen Navigation -![screen-navigation](https://user-images.githubusercontent.com/102819481/224672424-ad82b91a-0536-4d07-9e70-7da4a4fd8643.png) +![diagram](https://user-images.githubusercontent.com/102819481/224681797-89236f6b-f75e-47a1-b636-0fb4f5bf2ddb.jpg) ## Group members participation From 600d2d61869fe5752c77ae01c738f8303df190b8 Mon Sep 17 00:00:00 2001 From: skuzow Date: Mon, 13 Mar 2023 11:59:48 +0100 Subject: [PATCH 21/23] docs: fix readme --- README.md | 67 +++++++++++++++++++++++++++---------------------------- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index ea7ec347..9f3280c5 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,8 @@ Website is going to have a sort by votes algorithm. In order to show the posts s ## Phase 2 ### Database Diagram -![image](https://user-images.githubusercontent.com/103210832/224561761-28d37e64-cb77-46b2-bd42-d765949c1570.png) +![image](https://user-images.githubusercontent.com/103210832/224561761-28d37e64-cb77-46b2-bd42-d765949c1570.png) ### Guests @@ -109,7 +109,6 @@ Now selecting one of the user from the list we're going to be redirected to the **Comments and comment section** When the user is logged he can use the comments section to place his thoughs about the post. ![image](https://user-images.githubusercontent.com/102819481/224581954-d1d248e6-f7e5-493f-a37f-c1bdda867e7a.png) - **CreateList page** This page allow the logged in users to create their own Top-List. By adding photos and descriptions to the list items. ![image](https://user-images.githubusercontent.com/102819481/224472181-5c102e4b-2da7-4889-a035-1131d46791a7.png) @@ -141,15 +140,15 @@ Now selecting one of the user from the list we're going to be redirected to the - Once this is finished we can fully run the application ![image](https://user-images.githubusercontent.com/102819481/224473185-f9ddc4bf-8715-410d-94bd-93d66f8950f5.png) - + ## Class Diagram + ![CLass Diagram (1)](https://user-images.githubusercontent.com/102819481/224587199-f52cab48-9545-4c45-b1b7-a68cfda6cc60.jpg) ## Screen Navigation ![diagram](https://user-images.githubusercontent.com/102819481/224681797-89236f6b-f75e-47a1-b636-0fb4f5bf2ddb.jpg) - ## Group members participation ### Frantzes @@ -158,8 +157,8 @@ Now selecting one of the user from the list we're going to be redirected to the #### The five most important commits: -| Commit number | Description | | -| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | --- | +| Commit number | Description | +| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | | #1 | [Top-list page with comments](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f7773edd1fde10655ee2dd4e0da0b8cfe10993df) | | #2 | [Search bar with autocomplete](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/5a27166caea0cc168e0d74749bc7034d79dbbc55) | | #3 | [Email verification for register](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/153a71fd57b9e936e132f0b909823ae0109c8f5d) | @@ -182,23 +181,23 @@ Now selecting one of the user from the list we're going to be redirected to the #### The five most important commits: -| Commit number | Description | -| ------------- | ----------- | -| #1 |[Complete Admin Panel](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bdb2398049682f5ec57e4fd38606f801d3a042b5) | -| #2 |[Database Initialize](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/690f7af51d87efcb54350a67b1da9e769cf7905a) | -| #3 |[Pie chart](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/cfeb69884f41bd9c0749549f0d4c33b7f4adf5ef) | -| #4 |[Follow users](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/cd930a7eabbe41a1c5bc63fe0189b30c3c0f97a9) | -| #5 |[Add topics](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/0dd06422df1453b52d9f9779499ce9855937670c) | +| Commit number | Description | +| ------------- | ----------------------------------------------------------------------------------------------------------------------- | +| #1 | [Complete Admin Panel](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bdb2398049682f5ec57e4fd38606f801d3a042b5) | +| #2 | [Database Initialize](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/690f7af51d87efcb54350a67b1da9e769cf7905a) | +| #3 | [Pie chart](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/cfeb69884f41bd9c0749549f0d4c33b7f4adf5ef) | +| #4 | [Follow users](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/cd930a7eabbe41a1c5bc63fe0189b30c3c0f97a9) | +| #5 | [Add topics](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/0dd06422df1453b52d9f9779499ce9855937670c) | #### The five most participated files: -| File number | File | -| ----------- | ---- | -| #1 | [create-chart.js](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/static/scripts/create-chart.js) | -| #2 | [Post.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/models/Post.java) | -| #3 | [AdminPanelController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/controllers/AdminPanelController.java) | -| #4 | [DatabaseInitializer.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/DatabaseInitializer.java) | -| #5 | [User.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/models/User.java) | +| File number | File | +| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| #1 | [create-chart.js](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/static/scripts/create-chart.js) | +| #2 | [Post.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/models/Post.java) | +| #3 | [AdminPanelController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/controllers/AdminPanelController.java) | +| #4 | [DatabaseInitializer.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/DatabaseInitializer.java) | +| #5 | [User.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/models/User.java) | ### Alberto @@ -206,23 +205,23 @@ Now selecting one of the user from the list we're going to be redirected to the #### The five most important commits: -| Commit number | Description | -| ------------- | ----------- | -| #1 | [create list logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f85bd869c42bd6b8b59788eb23d028b3378cd1cc) -| #2 | [creation of posts with several topics](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | -| #3 | [models adjusment](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bc579220f25b05371d423355127e6a8c3fd19ac1) | -| #4 | [topic selector](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | -| #5 | [Votes logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/8e59563d0ec6c4d9e092a126151906e43bf4d65a) | +| Commit number | Description | +| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | +| #1 | [create list logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/f85bd869c42bd6b8b59788eb23d028b3378cd1cc) | +| #2 | [creation of posts with several topics](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | +| #3 | [models adjusment](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/bc579220f25b05371d423355127e6a8c3fd19ac1) | +| #4 | [topic selector](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/272d03f666d282239185deaae8e9a9dd9b474524) | +| #5 | [Votes logic](https://github.com/CodeURJC-DAW-2022-23/webapp1/commit/8e59563d0ec6c4d9e092a126151906e43bf4d65a) | #### The five most participated files: -| File number | File | -| ----------- | ---- | -| #1 | [CreateListController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/3119115a4bf0e21882d8239a7568100ed351a56b/back/src/main/java/net/daw/alist/controllers/CreateListController.java) | -| #2 | [topic handler](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/templates/create-list.html) | -| #3 | [PostItemService](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/PostItemService.java) | -| #4 | [VotesService](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/feat/upVote-downVote-new/back/src/main/java/net/daw/alist/services/VotesService.java) | -| #5 | [VotesController](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/feat/upVote-downVote-new/back/src/main/java/net/daw/alist/controllers/VotesController.java) | +| File number | File | +| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| #1 | [CreateListController.java](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/3119115a4bf0e21882d8239a7568100ed351a56b/back/src/main/java/net/daw/alist/controllers/CreateListController.java) | +| #2 | [topic handler](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/resources/templates/create-list.html) | +| #3 | [PostItemService](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/main/back/src/main/java/net/daw/alist/services/PostItemService.java) | +| #4 | [VotesService](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/feat/upVote-downVote-new/back/src/main/java/net/daw/alist/services/VotesService.java) | +| #5 | [VotesController](https://github.com/CodeURJC-DAW-2022-23/webapp1/blame/feat/upVote-downVote-new/back/src/main/java/net/daw/alist/controllers/VotesController.java) | ### Alejandro From 08627934e260e3ec20aeed81897b32a7e4bded08 Mon Sep 17 00:00:00 2001 From: skuzow Date: Mon, 13 Mar 2023 12:02:02 +0100 Subject: [PATCH 22/23] docs: fix login img --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3280c5..8eed2741 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Agile methodology using scrum framework with jira. ### πŸŒ„ Images -First stare at the website login page ![image](https://user-images.githubusercontent.com/102819481/224660414-ccf96e10-784f-447a-bffd-4063fd53f981.png) +First stare at the website login page ### πŸ“Š Graphs From 7ad3aa0b1ae1817738589f785ed4e1c30af5cf7c Mon Sep 17 00:00:00 2001 From: skuzow Date: Mon, 13 Mar 2023 12:02:54 +0100 Subject: [PATCH 23/23] docs: remove text login img --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8eed2741..a918aa48 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ Agile methodology using scrum framework with jira. ### πŸŒ„ Images ![image](https://user-images.githubusercontent.com/102819481/224660414-ccf96e10-784f-447a-bffd-4063fd53f981.png) -First stare at the website login page ### πŸ“Š Graphs