This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
Watch
1
Star
0
Fork
You've already forked cr-connect-workflow
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0ba2819867
cr-connect-workflow
/
crc
/
api
History
Dan Funk
0ba2819867
Merge branch 'dev' into feature/approval_request_script
2020-05-29 04:51:50 -04:00
..
__init__.py
Adding file management. Files are stored in the database along with basic meta data.
2019-12-27 13:50:03 -05:00
approval.py
Update endpoint fixes
2020-05-27 12:06:32 -06:00
common.py
Vastly more informative ApiError model that provides details on the underlying task where the error occured.
2020-03-27 08:29:31 -04:00
file.py
Ludicrously stupid launch in a refactor of the way all files work in the system at a time where I crave sleep and peace above all other things.
2020-05-28 20:03:50 -04:00
study.py
A major refactor of how we search and store files, as there was a lot of confusing bits in here.
2020-05-28 08:27:26 -04:00
tools.py
On the tools/render_docx api, allow sending the json data in the body, rather than as a ludicrous long get parameter. Silly Dan.
2020-05-22 15:30:22 -04:00
user.py
re-working the way the redirects function, so we pass arguments as a get parameter. Just trying to get rid of the weird lag on production.
2020-05-29 04:42:48 -04:00
workflow.py
Faster lookup fields. We were parsing the spec each time to get details about how to search. We're just grabbing the workflow id and task id now and building that straight into the full text search index for faster lookups. Should be peppy.
2020-05-29 01:39:39 -04:00