We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Create a new service to generate theses from dataspace.princeton.edu
Currently we're using the orangetheses gem to generate theses.json.
bundle exec rake orangetheses:cache_theses
Review the current rake task bundle exec rake orangetheses:cache_theses in the Orangetheses gem
The text was updated successfully, but these errors were encountered:
Can we add that this runs using Sidekiq background job as an acceptance criteria? pull out as separate ticket
Sorry, something went wrong.
@kevinreiss waiting to hear back from @kelynch about maintenance plan for Orangetheses
Spoke with @kelynch we can proceed with this as we have time, just reach out to RDSS with any questions.
No branches or pull requests
New Service
Create a new service to generate theses from dataspace.princeton.edu
Current State
Currently we're using the orangetheses gem to generate theses.json.
Acceptance criteria
bundle exec rake orangetheses:cache_theses
to run during indexing to generate theses.json .Implementation notes, if any
Review the current rake task bundle exec rake orangetheses:cache_theses in the Orangetheses gem
The text was updated successfully, but these errors were encountered: