Releases: cooperece366s21/Coopers-Cupids
Releases · cooperece366s21/Coopers-Cupids
Cooper's Cupids
Prototype
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
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
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