https://github.com/wekan/weror
Kanban prototype made with Ruby On Rails. A test fork of https://github.com/jbigler/i-can-has-kanban
https://github.com/wekan/weror
Last synced: 3 months ago
JSON representation
Kanban prototype made with Ruby On Rails. A test fork of https://github.com/jbigler/i-can-has-kanban
- Host: GitHub
- URL: https://github.com/wekan/weror
- Owner: wekan
- License: mit
- Created: 2024-10-20T02:19:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-29T03:33:16.000Z (7 months ago)
- Last Synced: 2025-12-01T04:17:04.218Z (6 months ago)
- Language: HTML
- Size: 4.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kanban prototype
[xet7](https://github.com/xet7) created this test fork
of this kanban prototype. It remains to be seen,
does this prototype get enough progress to be useful.
It's just at test, does xet7 get stuck somewhere.
A list of prototypes:
https://github.com/wekan/wekan/wiki/WeKan-Multiverse-Roadmap
xet7 also sent some updates upsteam:
https://github.com/jbigler/i-can-has-kanban/pull/4
## Fork of I Can Has Kanban
https://github.com/jbigler/i-can-has-kanban
*Yes, you can!*
Welcome to the meme Kanban board that jbigler created
as a learning project for the latest Rails stack.
After creating an account, you can create workspaces
which will be able to be shared with others.
Within a workspace you can create as many boards as you need.
Each board has a collection of lists, and each list has a collection of cards.
The boards and lists can be manipulated via drag-and-drop.
If you invite another User to your workspace, you can
both work on the same board together.
Turbo frames and streams are used to broadcast the changes.
## Some notes on the stack used
- Ruby 3.2.5
- Ruby on Rails 7.2.1.1
- [Authentication Zero](https://github.com/lazaronixon/authentication-zero)
- [LiteStack](https://github.com/oldmoe/litestack)
- Flowbite TailwindCSS components
- [SortableJS](https://github.com/SortableJS/Sortable) through Stimulus
- Turbo frames and streams
- Pundit
- Minitest
- FactoryBot