Commit Graph

44 Commits

Author SHA1 Message Date
22e7919fe5 Fix: CSV format information
- Dynamically make list of column headers
- Generate example csv file from config
2025-04-07 07:26:26 +05:30
8fa4841c53 fix: BrandingConfig, Move: js directory
- Fix template rendering without BrandingConfig in some pages
- Moved JS file to static/js/ subdirectory
2025-04-03 12:14:16 +05:30
4ffc68d5f2 Add: Branding config
- App name
- Tagline
- Large Logo (for Login page)
- Small Logo (for header)
2025-04-03 11:33:57 +05:30
0b571c1c07 SQL table-based auth
The auth is now done against the table in the db
instead of hard-coded values
2025-03-17 10:14:04 +05:30
de12a966d8 Slash in login route 2025-03-13 09:57:02 +05:30
ae8e19f8a1 Added slash to paths 2025-03-08 16:09:22 +05:30
12b902c382 Added user login functionality 2025-03-08 11:53:34 +05:30
ce8373f613 Fixed csv submission and redirection 2025-03-06 13:43:35 +05:30
6d667b2001 Fixed bug in redirect 2025-03-06 13:24:46 +05:30
e43601a86c Added "Edit using CSV" feature 2025-03-06 11:39:41 +05:30
7bb5727cbf Refactored create & update forms into 1 form 2025-03-05 12:25:37 +05:30
71866cd883 FIxed csv upload 2025-03-05 11:54:41 +05:30
352ea445eb Removed unused route "viewasset" 2025-02-25 01:13:31 +05:30
a944bd9384 Added preview before deleting item 2025-02-25 01:07:28 +05:30
5c22dbcc31 Fixed flash message in confirm_save.py 2025-02-25 00:48:47 +05:30
312a54e624 Validation and error messages on submitting csv 2025-02-25 00:13:40 +05:30
a3fe6f922b Improving upload.py 2025-02-24 16:08:11 +05:30
d4e7c0833b Attempt validation for csv 2025-02-24 02:24:00 +05:30
4a9ac53dd8 Evaluation and error messages for route "update" 2025-02-23 23:09:52 +05:30
719dc3ce2e Form validation for create.py 2025-02-23 22:57:18 +05:30
8c4ae8dd88 Adjusted to new class defs and config format 2025-02-23 00:28:10 +05:30
f3aa7904f3 Moved process_csv module to new location 2025-02-12 15:33:45 +05:30
1e01c4f144 Updated models.py to use the config! 2025-02-12 02:15:25 +05:30
bf0298e342 More modularity 2025-02-12 00:15:53 +05:30
a7265dc6c1 Improved export_csv.py 2025-02-11 17:52:06 +05:30
2e6589ae1b Improved export_csv script without file creation 2025-02-11 15:45:41 +05:30
7b6418f185 Moved export csv to a separate route 2025-02-11 13:17:57 +05:30
48a07b7e31 Updated viewall.py & viewList.html to use config 2025-02-11 11:08:27 +05:30
59526aee24 Updated comfirm_save.py 2025-02-08 16:01:56 +05:30
c0c2276f05 Updated csv upload page to use config 2025-02-08 03:26:07 +05:30
ca5a572363 Update delete.py to use config 2025-02-08 01:35:04 +05:30
13c1344013 Fixed primary key in update.py 2025-02-08 01:28:37 +05:30
fc93e6b716 Use config in update.py 2025-02-08 00:04:43 +05:30
200810d793 Fixed create.py and update.html 2025-02-07 23:50:26 +05:30
1a271f465a Adjusted create.py to use config 2025-02-07 12:01:55 +05:30
4c4f0b25c7 Updated edit itemm page 2025-02-06 16:13:09 +05:30
c0cfb3c202 Create page uses config 2025-02-06 14:03:13 +05:30
e96605d831 Check csv for existing items 2025-02-05 13:56:37 +05:30
bfd4ecfd7a Moved csv edit js to a separate file 2025-02-05 01:19:34 +05:30
4511cfdb90 Submit edited csv after preview 2025-02-05 00:41:03 +05:30
0e72c0a9af Moved confirm_save to new module 2025-02-01 23:49:02 +05:30
9866bcfa12 Write csv data to DB 2025-02-01 23:23:13 +05:30
f7009d6e82 Upload and preview CSV 2025-01-30 15:28:34 +05:30
ae6673f938 CSV page and modularity 2025-01-30 13:07:21 +05:30