apache / apache/couchdb-fauxton
More responsive Fauxton
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 412
- Forks
- 230
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 2
Description
For a full responsive Fauxton I think we would need:
throw out the current not maintained Bootstrap 2 which is mainly just used for button styling at the moment
make use of an actively maintained bootstrap and use it's helper to create responsive grids
Some good points from @michellephung
Suggestions:
- We could collapse the left most nav when the screen is below a certain width.
- Also maybe when the width gets really small, collapse the api url/ add new database/ search buttons down to icon-only (like in buttons the code editor).
Taken from https://issues.apache.org/jira/browse/COUCHDB-2565
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Fauxton's current Bootstrap 2 usage, navigation, and the API URL, add-database, and search buttons. The issue describes responsive grids, a collapsible left navigation, and icon-only controls at smaller widths, but it does not name files, tests, or a narrower completion boundary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bootstrap, javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100