https://github.com/koddsson/issues2
https://github.com/koddsson/issues2
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/koddsson/issues2
- Owner: koddsson
- Created: 2021-11-12T22:45:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T23:26:14.000Z (over 3 years ago)
- Last Synced: 2025-02-02T00:13:03.339Z (over 1 year ago)
- Language: HTML
- Size: 112 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# issues2
A experiment in implementing GitHub Issues in [Ruby on Rails](https://rubyonrails.org/).
I'm not trying to implement everything that GitHub issues offers but focusing on application performance and developer experience.
I've implemented the issues list, issues search and viewing a single issue. The scope of the experiment doesn't go beyond these pages.
The project leverages [Primer ViewComponents](https://primer.style/view-components) in addition to rails to render UI.