From afff055d229572fd91382a57227cef14ef120ad6 Mon Sep 17 00:00:00 2001 From: Srushti Date: Sat, 8 Jun 2024 00:13:00 +0200 Subject: [PATCH] history --- template/2-history.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/template/2-history.md b/template/2-history.md index 96d60da1..d8033d3e 100644 --- a/template/2-history.md +++ b/template/2-history.md @@ -1,13 +1,8 @@ # History *Maximum 1 page* +* The proof-of-concept (POC) has only the basic functionalities of the app implemented, which focuses on events and associations on campus. This also includes authentication through Supabase (open source as opposed to google firebase), which unlocks a set of features on the app such as creating events, following one’s favorite associations or activities, as well as setting up one’s profile as one may wish. -*Describe the V1 POC as planned by Sprint10.* +* In the current version, we are lacking features which would enable users to communicate amongst themselves regarding their interests. In the POC, we are also lacking the algorithm where one user is able to view the profile of another one in order to see whether they share similar interests or not. -*What did you learn?* - -*What is missing to bridge from PoC to MVP?* - -* Basic features such as joining and creating events. - -* Missing: lacking features which enable users to communicate amongst themselves. +* The design of the application is still very hardcoded and doesn't extend features like screen rotation in the application, which would be very useful for users, hence the developpers may want to implement that for the MVP. \ No newline at end of file