-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtasks.txt
More file actions
34 lines (33 loc) · 1.55 KB
/
tasks.txt
File metadata and controls
34 lines (33 loc) · 1.55 KB
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
-->implement side nav bar - completed
-->session closeout after closing browser - completed (flask handles it automatically)
session closeout after period of inactivity
-->check d3.js with flask - completed
-->check ajax with flask - completed
-->check jquery with flask - completed
-->redirect in flask from html page --> window.location.href = ?, using {{ }} - completed
learn d3.js
learn sql-alchemy
check schedulers in flask
implement modals to make, edit and cancel reservation
think of a method to call view cluster, reserve cluster, cancel reservation
implement drop down in side nav bar - not a priority
-->think on how to implement admin module - completed
-->implement datatables in flask - high priority - completed
-->implement control buttons i.e crud in datatable - completed
-->implement delete in datatable - completed
implement add in datatable
implement edit in datatable
-->implement addition of an extra column in datatable at the server side - completed
-->implement group by, count queries on server side and display them in datatable - completed
-->implement filter in datatable - completed
implement radiobutton filter in datatable
-->implement pagination jquery in flask - completed
implement pagination using flask functionality
-->cant set environment variables in mac - completed
learn callback functions
learn about flask admin
handle database exceptions
learn about flask migrate
-->learn to manage blueprints - completed
learn to upload data while sending email
select,group by, and, or, joins, like, multiply, addition while selecting, etc. in sqlalachemy