-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes
102 lines (77 loc) · 2.81 KB
/
ReleaseNotes
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Release Notes
11/13/11 LikeHive0.0.6
Added mailbox to users
- Users can message other users using their usernames (currently)
- Users have a mailbox where they cannot see each others messages or mailboxes
- Users can read their own mailboxes
Access Denied is displayed when messages are accessed with out being appropriate user
- took out the ability for users to edit other user's accounts
Added ability for user to return to profile page
Added username to website. It is a unique id.
- The page will no longer hash on email but instead on random id
- paths are changed to not have hashes in url
Changed paths
- user show path to profile
- user edit path to settings
- messages path will have either connection_messages or handshake_messages
Changed user date formate to month/day/year
Added reply functionality so users can reply to other's messages
Added contacts under users
- to create contacts users must extend handshakes
- handshakes must be accepted
- when accepted handshake is created
- users are not recommended contacts
- users can send messages to their contacts (only their contacts)
Moved Signin to top of nav bar instead of its own signin page
Changed stupid user last initial to using full user last name
10/22/11 LikeHive0.0.5
Added user recommendations to page
- recommendations do not show user names currently
Shows common interests between users
- Also adds links to like pages between them
Redirect to login url when authentication fails
Deleted testing email homepage names
Made things prettier by using compass and blueprint
10/15/11 LikeHive0.0.4
Added To user's show page:
Random interests they may enjoy:
Interests are never their own
Random people they may enjoy
10/09/11 LikeHive0.0.3
Database schema change
09/24/11 LikeHive0.0.2
User are now not all admins
Means that if John logs in he cannot access Greg's data
User's profiles are now private
UserData now contains:
last initial
Gender
Age and Birthday
Zipcode
09/17/11 LikeHive0.0.1
Notes: First Release
Features:
Database set up:
User 2 collections Users and Likes
User Data:
Email addresss
first name
password
list of likes are user data
Like Data:
Name, list of users with like the likes
Likes with no name cannot be added
Likes are stored in database as lowercase letter likenames
User Sign in functionality created:
User profile pages
User edit information
User signs in with password
User signs in with email as unique identifier
Users Can Add things they like to page
Users can go to like pages when click on likes added
Users create likes by adding likes that don't exist
Users can add list of likes which are comma delimited
Like Pages
Like pages display all users which like them
Search for likes:
Like pages can be searched for using sunspot search engine