Skip to content
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

Newcomer task: Rails route explorer #34

Open
leastbad opened this issue Apr 23, 2020 · 4 comments
Open

Newcomer task: Rails route explorer #34

leastbad opened this issue Apr 23, 2020 · 4 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@leastbad
Copy link
Collaborator

One thing some projects do that we could do more of is identifying problems that would be good for newcomers to tackle. We've been really thrilled to see lots of new faces over the past few weeks, and so here is a bouquet toss for an excellent project idea that could get your contribution featured on the Stimulus Reflex Expo site.

Rails routes explorer

Let's offer visitors a demo where they can inspect the routes on the site. It can borrow elements from the Tabular (sorting), Book Search (filtering) and Todos (facets) demos.

You can obtain this data from running rake routes and memoizing it, or from introspecting the Rails routing system directly, if you know how to do that.

The idea is that you could filter by string, sort by name, method, etc, and use checkboxes to turn on/off things like http verb.

Genuinely useful and relevant to developers while showing off a practical use case. Who's interested?

@andrewmcodes andrewmcodes added good first issue Good for newcomers help wanted Extra attention is needed labels Apr 23, 2020
@leastbad
Copy link
Collaborator Author

@estiens
Copy link

estiens commented Oct 13, 2020

I pretty much have this done. Good learning exercise. I'll push up a PR tomorrow.

Half tempted to rip out bootstrap as well :D

@leastbad
Copy link
Collaborator Author

That's awesome!

Please don't touch Bootstrap, that would not be ideal.

@estiens
Copy link

estiens commented Oct 13, 2020

Ha, no worries, just been awhile since I've used it and I didn't miss it much :)

Being able to implement a select autocomplete field without even making an Ajax endpoint was pretty swell though!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants