-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Issue 399 part 2: MOU Generation #549
Conversation
…rojects with local disk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for getting this working!
I left some comments mostly regarding code quality and documentation. (I haven't tested this yet.)
I'm also thinking that we should move the generation workflow out to a separate application so as not to store hard-coded text/images here (any changes to them would require a redeploy of this app, which may be annoying). We're doing something similar with billing ID validation on the LRC side--I created a separate Python app that can be used from this one so as not to concern this web service with those details.
coldfront/core/project/forms_/new_project_forms/request_forms.py
Outdated
Show resolved
Hide resolved
…ckend Add local file system backend for storing MOU files; add documentation for MOU storage + generation
No description provided.