Skip to content
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

Should report generation offer to upload to sharepoint? #10

Open
KaiAragaki opened this issue Oct 30, 2023 · 0 comments
Open

Should report generation offer to upload to sharepoint? #10

KaiAragaki opened this issue Oct 30, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@KaiAragaki
Copy link
Owner

I think this would take a lot of the friction out of uploading stuff to sharepoint. A lot of times, it simply doesn't get done. But if report generation offered to upload the data and the report to sharepoint, it would be pretty much automatic.

Some things to be considered:

  • The user would need to be set up with SharePoint
    • I'd like to make this generic enough where it could be ANY SharePoint, not just ours (which would obviously fail if you didn't have the credentials)
    • This would probably need environmental variables like user name, so it could upload it to the right place.
    • It probably should also have variables for data dir and report dir, with sensible defaults
    • While our raw data typically only includes raw data, I'm not opposed to uploading reports there as well (thus making the data dir and report dir the same by default)
  • I'd like to make sure that the report points to the data whence the report came from
  • I think this should be a very friendly step by step process - thus it'll need lots of checks (make this directory, this directory is missing, this file already exists) and should generally be interactive (this file exists, overwrite? Y/N)
@KaiAragaki KaiAragaki added the enhancement New feature or request label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant