cli_norm
  • Joined on 2023-01-24
cli_norm pushed to templates at norm/NP_CSM_Tool 2023-03-17 01:36:07 +00:00
b0addb6475 Figured out brackets regex. Need to make sure there are no other special characters that put this function at risk. But it now deletes upon clearing session.
cli_norm pushed to templates at norm/NP_CSM_Tool 2023-03-16 21:36:18 +00:00
44259a8c51 Clear session now deletes all the templates. Added socketio disconnect function too. Need to remove special characters from filepath since glob can't recognize.
cli_norm pushed to templates at norm/NP_CSM_Tool 2023-03-16 21:35:44 +00:00
dae2eb440e Code-Input was updated to 1.2.2 and currently works! I have the upload functionality working and have begun working on an undo button. It currently saves all the files to a dir everytime you access /templates but I haven't implemented a full undo yet.
cli_norm created branch master in norm/NP_CSM_Tool 2023-03-15 21:07:58 +00:00
cli_norm pushed to master at norm/NP_CSM_Tool 2023-03-15 21:07:58 +00:00
dae2eb440e Code-Input was updated to 1.2.2 and currently works! I have the upload functionality working and have begun working on an undo button. It currently saves all the files to a dir everytime you access /templates but I haven't implemented a full undo yet.
cli_norm pushed to templates at norm/NP_CSM_Tool 2023-03-13 21:24:09 +00:00
8afdec139b So close! I'm able to use syntax highlighting AND grab the content with js (which then adds to a textarea), but the Flask for loop is only noticed on the first iteration. I can't grab the subsequent values. I need to find a way to dynamically find IDs.
cli_norm pushed to main at norm/dotfiles 2023-03-13 21:08:16 +00:00
95e243a133 Telescope Filebrowser keymap
cli_norm pushed to main at norm/Gainsight 2023-03-13 21:07:42 +00:00
bd67feb727 Nothing to note
cli_norm pushed to main at norm/Gainsight 2023-03-10 23:00:45 +00:00
233d1843dc Artera notes. A few scripting things. Downloaded templates.
cli_norm created branch templates in norm/NP_CSM_Tool 2023-03-10 22:59:29 +00:00
cli_norm pushed to templates at norm/NP_CSM_Tool 2023-03-10 22:59:29 +00:00
a435a66b81 Figured out Templatesflask --debug run People can now change code and upload it without needing a code editor.
cli_norm pushed to csv at norm/NP_CSM_Tool 2023-03-09 20:15:48 +00:00
43cdcff115 CSV & Manual Upload is working! Fixed both features.
cli_norm pushed to main at norm/Gainsight 2023-03-09 20:07:55 +00:00
21d73cd346 Notes. No script changes.
cli_norm pushed to main at norm/Gainsight 2023-03-09 01:49:45 +00:00
7e891c1603 A few notes changes
cli_norm pushed to csv at norm/NP_CSM_Tool 2023-03-08 21:11:39 +00:00
030c5541cf Finished the manual upload and now working on CSV
cli_norm pushed to csv at norm/NP_CSM_Tool 2023-03-08 02:35:50 +00:00
9e3ac00285 Good progress. Bulk adds are working for emails and groups seperately, but not together. I think I need to for loop through each item to make it work.
cli_norm pushed to csv at norm/NP_CSM_Tool 2023-03-07 22:52:42 +00:00
1cfc4fd9d1 Added instructions for the bulk add page. Starting to consolidate. Offloaded some get functions to a backup file that I don't need right now.
cli_norm pushed to main at norm/Gainsight 2023-03-07 19:56:59 +00:00
019d7cc362 Notes
cli_norm pushed to csv at norm/NP_CSM_Tool 2023-03-07 19:56:20 +00:00
49de321387 Figured out that I can use a single endpoint for a tons of additionalPOST requests, which has opened up a lot of doors. Started to create a robust add option. Also added a template button as an idea, but need to see what's possible
cli_norm pushed to csv at norm/NP_CSM_Tool 2023-03-07 14:59:37 +00:00
92f4ca2fbc Starting to move the header down for better functionality. need to separate CSV submission.