Skip to content

0.9.0 : Group 2 Cmpe451 2022 Fall Final Release

Compare
Choose a tag to compare
@mbatuhancelik mbatuhancelik released this 27 Dec 09:41
· 113 commits to master since this release
d5ad797

Group 2 Cmpe451 2022 Fall Final Release
Release: 0.9.0 Customer presentation 3

What has changed?

  • Event functionality has added to our application. Users can create and participate in events using mobile app or the learnify webpage.
  • Annoration back-end is moved to its seperate server using new annotations microservice and now working completely independent of monolithic back-end server.
  • Profile functionality has been added, users can search and see each others profiles, change their bios and profile pictures.
  • Semantic recomendations are added, using semantic encoding of learningspaces, semantic engine finds the most suitable learningspaces to recomend to a particular user.
  • Comment functionality is added, users now can comment on posts under learning spaces.
  • Users now can upvote and downwote posts to show their opinion about posts.
  • Multi-language feature addded to the mobile app.
  • About us sections are added to the web and mobile apps.
  • Our mobile app now supports dark mode to improve accesability.

What is fixed?

  • Web application is connected to the new annotation server using W3 annotation model.
  • Annotation service is seperated from the back-end and now serves an API to allow other services to access our annotations.

What will be fixed in next releases?

  • Semantic search treshold will be fine tuned.
  • Authentication will be improved with a new auth middleware.
  • Learning space creators will be able to select learningspace header pictures and icons.
  • Notes functionality will be added.