Jason Owen
Jason Owen
@christalee found in https://github.com/mjec/rc-niceties/issues/10#issuecomment-867734894: > When I edit an existing nicety on Write Niceties, then switch to the Admin page (which lists all outgoing niceties), the edited text shows up...
Right now, the back-end is talking to the RC API for many requests, which makes those requests take a lot longer than we would like, particularly when a request requires...
In any group of people, some will be more outgoing, more engaging, or more likeable than others. At RC, this leads to some people receiving more niceties than other people....
We should keep track of all the wonderful people who have helped bring niceties to where it is! We'd like to track anyone who has contributed via a PR, pairing...
Previous versions of the Debian nodejs packages contained a `postinst` script which called `update-alternatives` to set up `/usr/bin/nodejs`, but recent versions no longer do this. As a result, scripts that...
Make it easier for new contributors to learn how to contribute by expanding the documentation, including by adding detail around database migrations (particularly in light of #103), the HTML templating...
Instead of bare IDs, user and project pages should also have [slugs](https://en.wikipedia.org/wiki/Clean_URL#Slug) that include the user or project name.
Following the installation instructions to set up a developer instance leaves the developer with a mostly empty database, which makes it hard to work on a number of issues -...
Add the [Twitter and Facebook meta tags](https://css-tricks.com/essential-meta-tags-social-media/) that allow shared URLs to be better displayed on those platforms. This is particularly important for the home page, projects, and users; minorly...
Allow users to upload images, or enter URLs which the application then fetches, and store them "locally". On Heroku, that would probably mean in S3; if we switch to a...