Skip to content

Releases: bounswe/bounswe2022group9

0.9.0

27 Dec 09:40
be88ce8
Compare
Choose a tag to compare

Group 9 Cmpe451 2022 Fall Final Release

Added features:

  • Annotation
    Users can annotate and view previous annotations.
  • Art Item Upload/Creation
    • Art Items are uploaded to Cloudinary service for hosting purposes. User can upload art items to their profiles
  • Notification
    • User are being notified when:
      - When one of their art items are added to favourites of any user
      - When one of their art items are commented by any user
      - When one of the users they follow share any art item
      - When they are followed by a user
      - When of the users they follow starts an exhibition
  • Recommendation (both Art Items and Users)
    • For user starting to use the application newly (following less than 3 users for user recommendation and adding less than 5 art items to their art items),
      - the most popular art items in the system are recommended (in terms of number of favourites and comments)
      - the most popular users in the system are recommended (in terms of number of followers)
    • For users not satisfying the rule in the previous bulletin point,
      - the art items having mutual tags with their favourite art items are recommended
      - the users followed by following of the user are recommended
  • Exhibitions
    • Users can create exhibitions and visit exhibitions.

0.2.0-alpha

06 Dec 10:03
b1b8705
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

Home page, profile page and art item pages are added. Users can now share an art item, follow another user, likes an art item and comments on an art item. Art items include date, description and a tag. Also, users can update their profile information.

0.1.0-alpha

01 Nov 08:56
b079b72
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

Initial features of the application have been implemented. A non-registered user can now sign up and then sign in the platform. For now there is some static content for profile and home pages which will be implemented in next weeks.