Functionality of Our Application - bounswe/bounswe2024group5 GitHub Wiki
1.2 Functionality of our Application
Our app has the following basic functionalities:
-
Register as a user: A user can register with their name, surname, username, email and password.
-
Login with your credentials: A registered user uses their previously registered credentials to sign in.
-
Create a post: A logged-in user can create a new post that includes a text body, an optional image, and optional and multiple tags.
-
View posts in feed: The home page has a feed that contains all of the previously added posts to the platform. A logged-in user can view these posts, the latest at top.
-
View a specific post: A logged-in user can choose to view a specific post on its own, by simply clicking to it.
-
Search query among the posts: A logged-in user can search for a music-related query to view the related posts.
-
Search query in the wikidata: A logged-in user can search for a music-related query to view the related results that come from the wikidata, via Semantic search.
-
View your profile details: A logged-in user can view their profile page that displays their registered name, surname, username, and bio. The profile photo that is displayed on this page is fixed for all users.
-
Change your profile details: A logged-in user can change their profile details like their registered name, surname, username, or bio.
-
-
-
Changed bio is now displayed in the profile:
-