Skip to content

Backend Meeting Notes #4

Burak Ferit Aktan edited this page Dec 26, 2022 · 1 revision

1. Meeting Details

📅 Date: 15/12/2022

📍 Location: Discord

🕐 Duration: 19.30 - 20.30

📝 Note Taker: Burak Ferit Aktan

Attendies

  • Furkan Özdemir
  • Burak Ferit Aktan
  • Berkant Koç
  • Ömer Faruk Şişman

2. Agenda

  • 2.1 Deciding which features of the project aren't implemented yet, they need to be implemented till the 3rd milestone.
  • 2.2 Creating backend service for annotations.
  • 2.3 Creating backend service for recommendations.
  • 2.4 Creating backend service for notifications.
  • 2.5 Implementing user levels (users will have levels according to their activity (i.e., number of art items shared, comments, followers))

3. Discussions

  • 3.1 We determined which types of recommendations should be done. These are:
    • recommending art items
    • recommending users to follow
  • 3.2 We determined recommendation algorithms
    • for new users, recommendations will be done according to popularity, most popular art items (according to number of favourites and comments) and users (according to the number of followers) will be recommended
    • for non-new users, recommendations will be done according to mutual tags with users favourites (for art items) and mutual followers (for users)
  • 3.3 We discussed what events will cause notifications. These are:
    • the user is followed by another user
    • one of the art items of the user is commented by another user
    • one of the art items of the user is added to favorites of another user
    • users followed by the user shares art items
    • users followed by the user starts exhibitions
  • 3.4 We assigned notifications, recommendations, annotations, user levels implementations to backend team members.

4. Actions

Act.No Person Action Deadline
1 Burak Ferit Aktan Implement Notifications 25.12.2022
@23.59
2 Burak Ferit Aktan Implement Art Item Recommendations 25.12.2022
@23.59
Berkkant Koç User Recommendations 25.12.2022
@23.59
4 Furkan Özdemir and Ömer Faruk Şişman Implementing Annotations 12.12.2022
@23.59
5 Ömer Faruk Şişman Implement User Levels 12.12.2022
@23.59
6 Furkan Özdemir Updating Create Art Item Method 25.12.2022
@23.59
Clone this wiki locally