-
Notifications
You must be signed in to change notification settings - Fork 1
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
Reading room date picker #608
Reading room date picker #608
Conversation
As it stands, the code here doesn't allow for a way to bypass the Aeon API integration that pulls in the reading room data. Is that something you would want, and if so, how would you want that to be configured? |
@chryslovelace Right now we don't want users to have to pick a Reading Room or a time in our implementation of DIMES, so yes, it's something I'd like to be able to turn off. So far we've put all configuration stuff in |
764446c
to
631a123
Compare
764446c
to
83b0689
Compare
Hi @chryslovelace - I'm gonna trust that the implementation for when you have reading rooms set up in Aeon works because we don't have that set up right now. HOWEVER I am seeing that the |
As suggested, I converted that env var to boolean where its used, so it'll be activated as long as the env var is present and is anything but the empty string. The build process seems to be getting stuck in some sort of loop. |
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.
HI @chryslovelace I am baffled by the behavior in CI. My only thought is that something about the fact that this PR is coming from a different GH organization is causing the Docker build to blow up. 🤷
I haven't fully tested the reading room functionality because we're not going to be using it in the immediate future so I'll just trust that it works for you. I've added a couple of really minor things here. If you don't mind taking care of those I'll try cloning the development branch in this repository to another branch, repoint this PR at that branch and merge. That should allow me to point at development and have CI pass. Sound good?
Co-authored-by: Hillel Arnold <helrond@hotmail.com>
Co-authored-by: Hillel Arnold <helrond@hotmail.com>
Co-authored-by: Hillel Arnold <helrond@hotmail.com>
This uses the endpoint added to request-broker in RockefellerArchiveCenter/request_broker#299 to get name and time information about available reading rooms from Aeon in order to ensure the user selects a valid time.