CSC307-W2020-Team6 / 307-Sec01-Team6

Repo for winter 2020 csc 307-01 (Matthew Jaojoco, Riley Mete, and Gabe Barney)
1 stars 0 forks source link

Final Documentation #110

Open gabrielvbarney opened 4 years ago

gabrielvbarney commented 4 years ago

Description:

LyncUp! gives users the ability to see the availabilities of other registered LyncUp! users. Upon logging in, users see a blank calendar interface. To add something to this, the user creates an event and adds details about it. After submitted, they will see that the event has been added to their calendar on the home page. To share this information, a user will have to add people to his friends list. Upon adding friends, the user may select certain ones to put into a group. Once a group is set, all members of the group will have a common calendar where all of their events will be shown together. This increases transparency for each user’s availabilities and is intended to foster a situation where multiple users that have nothing going on at a certain time may “link up.”

Tech Stack:

Language: Python Front-End: Django (HTML/CSS) Back-End: Django Database: SQLite3

Getting Started:

-https://docs.djangoproject.com/en/3.0/intro/tutorial01/ -https://www.youtube.com/watch?v=UmljXZIypDc -https://www.youtube.com/watch?v=_DqmVMlJzqA&t=541s -https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/Getting_started -https://www.youtube.com/watch?v=Giasdb04Tk4

UML Diagrams:

Task Flow Diagram:

LynkUp! Task Flow Diagram
saraford commented 4 years ago

FYI Your UML diagrams are not what I had expected, but I will give you full credit for the effort.