Skip to content

Releases: cooperece366s21/Coopers-Cupids

Cooper's Cupids

12 May 23:15
Compare
Choose a tag to compare
v3.0

Updates About Us Paragraph

Prototype

21 Apr 23:05
Compare
Choose a tag to compare

This release includes a prototype frontend, backend, & database.

Implements most core functionality, including:

  • MySQL database to store user info
  • Signup, login, & logout (using cookies to authenticate users)
  • Profile creation
  • User feed viewing, like, & dislike
  • Messaging between matched users

Backend Prototype

10 Mar 23:47
Compare
Choose a tag to compare

This release builds the backend and API (with some minor bug fixes).

Classes include:

  • User
  • Profile
  • Conversation
  • Message

Stores Include:

  • UserStore
  • MatchStore
  • ConversationStore

Services Include:

  • MatchFeedService

Functionality includes:

  • Creating an account
  • Building a profile
  • Viewing other users in a feed
  • Liking or disliking other users
  • Messaging users you match with

Demo-Release

10 Mar 18:37
Compare
Choose a tag to compare

This release builds the backend and API.

Classes include:

  • User
  • Profile
  • Conversation
  • Message

Stores Include:

  • UserStore
  • MatchStore
  • ConversationStore

Services Include:

  • MatchFeedService

Functionality includes:

  • Creating an account
  • Building a profile
  • Viewing other users in a feed
  • Liking or disliking other users
  • Messaging users you match with