mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 13:18:49 +01:00
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.
https://wekan.fi
This commit uses a new package that I need to document. It tries to solve the long-standing debate in the Meteor community about allow/deny rules versus methods (RPC). This approach gives us both the centralized security rules of allow/deny and the white-list of allowed mutations similarly to Meteor methods. The idea to have static mutation descriptions is also inspired by Facebook's Relay/GraphQL. This will allow the development of a REST API using the high-level methods instead of the MongoDB queries to do the mapping between the HTTP requests and our collections. |
||
|---|---|---|
| .meteor | ||
| client | ||
| i18n | ||
| meta | ||
| models | ||
| public | ||
| server | ||
| .eslintrc | ||
| .gitignore | ||
| Contributing.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| History.md | ||
| LICENSE | ||
| README.md | ||
| sandstorm-pkgdef.capnp | ||
| sandstorm.js | ||
Wekan
Wekan is an open-source kanban board that let you organize things in cards, and cards in lists. You can use it alone, or with your team and family thanks to our real-time synchronisation feature. Wekan is a land of liberty and you can implement all sort of workflows on it using tags, comments, member assignation, and many more.
Since it is a free software, you don’t have to trust us with your data and can install Wekan on your own computer or server. In fact we encourage you to do that by providing one-click installation for the Sandstorm platform and verified Docker images.
Wekan is released under the very permissive MIT license, and made with Meteor.
