-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add global variables table * set up global vars ui and backend * add tests / test data * remove logs * fix tests * resolve TODOS * add button to add new variables * remove pagination * change text * clean up outdated comments * add user_vars and vars_user_map tables * update copyright * remove ID from DTO * delete unneeded permissions * shorten name for brevity * shorten name for brevity lowercase * setup backend for op vars * set up front end routing * add table for op vars * fix column issues * add 'add var' button (no css) * add seed data for op vars * fix tests * fix delete Op test * add op var tests * remove old todos * fix button css * remove duplicate line * fix typo * fix duplicate name bug * ensure operation names are unique in an operation * get similar errors for modifying op var * fix delete bug * update tests to match new functionality * make vars capitlized no spaces * fix tests * send variables to services (#950) --------- Co-authored-by: Tyler Noblett <[email protected]> Co-authored-by: Tyler Noblett <[email protected]>
- Loading branch information
1 parent
4da4de0
commit df289ea
Showing
3 changed files
with
53 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters