Results 340 comments of Bryce Mecum

After looking, I ran into a question: Do we have a use case for deployments wanting to accept `funding` **or** `award` or is our plan to make the funding portion...

Gotcha. I think allowing editing of the old `funding` field will probably be useful to someone. I mocked up two different approaches to allowing simultaneous entry of `project/funding` and `project/award`...

Thanks @jeanetteclark for the bump. I think we can put an immediate fix in before we get in full structured funding support by relaxing the validation as I commented in...

Workaround landed in c33fff7a0078c3f080fb2f036ffbe90a2961ed13 (issue #1533). When we add in full support for structured funding information, we'll want to (though we don't strictly need to) revisit the validation logic patch...

I'm thinking something that looks and behaves pretty similarly to how we did the MeasurementType implementation in the attribute editor would work here, like: As for location, I think we...

Since the ADC is moderated and we're only enabling this there, it sounds like allowing any choice and also offering a "I couldn't find a suitable term" check box like...

Might not be too bad to implement. I'll have a look.

I think the next iteration of this could and should work pretty similarly to the current implementation (above). Without changing too much, we could extend the current widget to: -...

I've got a fully working version of the above prototype done, ![Kapture 2021-10-11 at 17 14 59](https://user-images.githubusercontent.com/563/136876112-9b06c2b8-2ab1-4469-ae14-0faed77a707d.gif) And now I want to turn to how this would integrate with the...

I spent some time tinkering and I think I have something that will cover all cases (turning four into one). The basic idea is that we'd extend the SearchableSelect to...