Commit Graph

131 Commits

Author SHA1 Message Date
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
34215b711a Fixed form submission after uploading csv 2025-03-06 12:34:31 +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
cba1615750 Fixed create & update form validation 2025-03-04 15:50:31 +05:30
8b98a84230 Form validation using Marshmallow 2025-03-04 15:25:01 +05:30
bd0c1b2232 Introduced sets in config validation 2025-03-04 12:27:20 +05:30
783c25d0ad Modularized models.py 2025-03-03 16:04:59 +05:30
3731a68d3c Use dataclass for class definitions 2025-03-03 14:08:29 +05:30
e00b1a128c Refactoring 2025-02-28 01:12:18 +05:30
d396b33686 Minor additions to Attribute properties 2025-02-27 15:59:41 +05:30
0539934c99 Misc minor changes 2025-02-25 23:43:01 +05:30
346c1db607 Improved attribute definitions 2025-02-25 16:02:11 +05:30
268d205cc7 Update README 2025-02-25 13:10:35 +05:30
db17bdc873 Updated README 2025-02-25 13:07:23 +05:30
173928006d Cancel buttons 2025-02-25 01:42:21 +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
14d26fbaeb Fixed csv upload 2025-02-24 23:27:11 +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
3f4c27ee5b Started validation of submitted vals 2025-02-23 02:50:01 +05:30
fb6745fd31 Updated edited_csv.js 2025-02-23 02:25:55 +05:30
8c4ae8dd88 Adjusted to new class defs and config format 2025-02-23 00:28:10 +05:30
0b58ac5d27 Continue refactoring Attribute classes 2025-02-19 16:08:10 +05:30
6055bcad17 Split Attribute classes using inheritance 2025-02-19 00:47:04 +05:30
c56b07718e Started modularizing the attribute class 2025-02-18 16:10:27 +05:30
487e0fc720 Moved SQL config to config file 2025-02-13 04:23:02 +05:30
871b455d5e Fix merge conflict 2025-02-13 03:10:28 +05:30
b15cfdfa99 Cleaner code for config validation 2025-02-13 02:48:01 +05:30
6cf4c5fe27 Cleaner code for config validation 2025-02-13 02:24:33 +05:30
0606aeeab2 Redesigned config validation function 2025-02-13 01:55:37 +05:30
e7e42afdbd Improved config validation 2025-02-12 22:39:59 +05:30
3b0920540d Config validation before start 2025-02-12 15:59:36 +05:30
f3aa7904f3 Moved process_csv module to new location 2025-02-12 15:33:45 +05:30
1eea7104ad Added "campare" field & comments to Attribute class def 2025-02-12 15:23:27 +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
6eebd6a095 Checking for valid and invalid csv headers 2025-02-11 13:57:00 +05:30
20d0f163e6 Updated process_csv.py to use config 2025-02-11 13:44:14 +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