-
Notifications
You must be signed in to change notification settings - Fork 0
/
RadiusConceptFile.swift
66 lines (60 loc) · 1.04 KB
/
RadiusConceptFile.swift
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
//
// InfoFile.swift
// Radius
//
// Created by Kassandra Capretta on 11/26/19.
// Copyright © 2019 Kassandra Capretta. All rights reserved.
//
import Foundation
//Firestore Functionality:
//Create
//Read
//Update
//Delete
/*
1. Images
2. User Info
3. User Signup / Login
*/
/*
## Images
1. Profile picture
2. Account pictures/User images
3. Swipe view
*/
/*
## User Info
1. Profile page, including questions and vitals
*/
/*
* Match someone
* Deny someone
* Chat with someone
* List matches
* List intentions (dating, networking, friendship)
*/
// Flow Structure of Radius:
/*
1. Signup
2. Onboarding Introduction
3. Gathering User Information
4. Upload Profile Picture
5. Allow Location Use
6. Answer Questions
7. Edit Profile
-
1. Login / Forgot Passowrd
2. Radius Screen (geofencing bars and coffee shops)
3. Select Radius / Swipe Screen
4. Match / Deny
5. Messenger
-
Additonally:
- Edit Preferences
- View Likes
- Edit Profile
- Edit Questions
- View Your Profile
- Contact Help Center
- Reach Website
*/