Singles is a modern and user-friendly dating platform built with Ruby on Rails. It offers a range of features to help users connect, build meaningful relationships, and find their ideal partner.
The main pain point of dating apps is the "swiping game", where it's uncertain if the person is real or active on the app. My solution offers the ability to direct message any user. Regular users can create 10 free chats a day, while premium users get unlimited messages. This approach aims to foster real communication without games.
-
Messaging: As a user, I want to be able to message other people, so that I will entertain myself.
-
Favorites: As a user, I want to be able to add people to favorites, so that I can keep track of people I like to talk to.
-
Blocking: As a user, I want to be able to block people, so that annoying people will not bother me anymore.
-
Search: As a user, I want to be able to search people by parameters, so that I can narrow down the people that I'm interested in.
-
Online Status: As a user, I want to be able to see people who are online, so that I will know they are actually active on the website.
-
Full Profiles: As a user, I want to be able to see full profiles with all the info.
-
Profile Creation: As a user, I want to be able to create a profile, so I will be able to persist my data and be found by other registered users.
- id
- password
- name
- username
- avatar
- dob
- country
- state
- city
- bio
- gender
- last_seen_at
- confirmation_sent_at
- confirmed_at
- confirmation_token
- unconfirmed_email
- created_at
- updated_at
- id
- sender_id
- receiver_id
- last_message_at
- created_at
- updated_at
- id
- chat_id
- author_id
- content
- created_at
- updated_at
- id
- liking_user_id
- liked_user_id
- created_at
- updated_at
- id
- blocker_id
- blocked_id
- created_at
- updated_at