Dan Kerchner

Results 84 issues of Dan Kerchner

SFM seems to lack facilities to more easily get rid of content that is no longer needed. Users cannot: - Delete an export - Delete all of their exports -...

enhancement
major effort level
UX

Suggested form: `/api/countries/[country]/daily/[date]` Alternatively: `/api/daily/[date]/countries/[country]`

enhancement
good first issue

1. What is the topic of your lesson or lesson proposal? Data Analysis and Visualization in R for Public Health 2. Do you already have a draft of your lesson?...

share-existing-material

#33 addresses the schedule; this issue addresses the syllabus (i.e. dc/syllabus.html)

Add ability to configure an alert banner that will show up on item and/or search results pages. Temporarily hacked this in by adding the following into `base.html` after the header...

It's not clear whether this is an error with the data for a particular item, or whether a certain query triggered this error, but it warrants looking into. Initial checking...

See https://github.com/gwu-libraries/launchpad/blob/master/lp/ui/views.py#L539 This should be a value configured in local_settings.py so that it can be more readily tuned in response to, for example, performance slowdowns on the serialssolutions side, without...

As per discussion of @adityadharne and @cummingsm . This can be done together with https://github.com/gwu-libraries/obento/issues/174 as it will entail enhancing the launchpad search API to add a single electronic resource...

The Summon API includes (when applicable) a "didYouMeanSuggestions" node in the API response, e.g. ``` "didYouMeanSuggestions": [ { "originalQuery": "govrnment", "suggestedQuery": "government", "applySuggestionCommand": "setTextQuery(government)" } ``` In https://github.com/gwu-libraries/obento/issues/148 we are...

consider
searchapi