Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 809 Bytes

File metadata and controls

12 lines (10 loc) · 809 Bytes

Flask-and-pywebview-followup-application-gui

A flask app using sqlite3, optional pywebview, that keeps track of batches (package of work)

#Login, basic login with user and password
#Main route, the main home page with available options
#Update batch, available options for updating a line from the database
#View batches, view a part of what is in the database and filter it
2018-08-26 21_46_13-followup-dc

#Manage users, add remove users
#Import export from sqlite3 db tables that's for big changes you want to make to the database
2018-08-26 21_46_53-followup-dc