-
Notifications
You must be signed in to change notification settings - Fork 1
Part 1 Accomplishment
For part1 we have the following working:
-
A complete sql based model backend. Check out the Schema file
-
We also have completely tested the backend model. Please run runModelTests.py
-
We have created client-server REST API. Please see API doc. You will need to login with your ualberta gmail ID.
-
As of now Login, registration, Logout, get Author Apis from the server side works fine. We have the code related to everything regarding friend requests but its not fully functional yet. Run client_test.py which contains test cases for testing the APIs that are working now.
-
Front-end HTML pages for login, index, friends, authors have been set up with links and forms, are styled, but not all communicate with the server yet.
-
GitHub integration (subscribing to public events) has functional debug code (labelled with //debug) for a static sample user, but does not yet fetch the public events for the current logged-in author.
-
Registering an account on the server and logging in are functional client-side. There is partial code to detect whether an author is authenticated or not on the main page, but it's not quite functional yet.