-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Alexander Tryjankowski
35 lines (25 loc) · 1.98 KB
/
README.Alexander Tryjankowski
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
# 04/05/2018
frontend: Add directory picker to subscribe to drop section and update ui layout (#40)
frontend: Remvoe reload, add share to subs, 5yncr home page fix (#42)
frontend: Sharing works properly (#46)
# 27/04/2018
frontend: Remove Tk and implement different way to select directory path (#28)
frontend: Catch and handle socket errors and fix issue with drop_subscribe form (#30)
# 20/04/2018
frontend: Create hook for frontend tests to remove gui dependency (#16)
frontend: Add versioning notification and button to frontend to allow users to create new version of drop after changes have been made to files (#17)
# 13/04/2018
backend: Implement functionality for add/remove owners and get owned/subscribed/selected drops in backend & Convert drop_metadata objects to frontend dictionaries (#57)
# 06/04/2018
backend: Create listener for frontend communications, Ensure connections between both ends are working (#43)
frontend: Implement sockets for various op sys, create constants file, prepare frontend functions for legitimate backend responses (#14)
# 30/03/2018
frontend: Create initial socket communication implementation on frontend side, modify existing frontend data structures to match backend system (#11)
# 23/03/2018
frontend: Create owner template with ability to add, view, and remove owners. Implement preliminary backend communication functions for this view. Create ability to choose files to add to drops using file picker. (#9)
# 09/03/2018
frontend: Update methods for Flask communication (html forms), Implement frontend logic for multiple frontend actions to prepare for socket communication with backend, Plan structure of frontend communication (#8)
# 02/03/2018
frontend: Implement section for viewing files in a drop, Implement actions for each file that communicate with POST requests (open in OS file viewer/delete file) (#2)
# 23/02/2018
frontend: Create initial show_drops UI Flask templates