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://transifex.com/wekan/wekan only.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Some Python etc code in WeKan, that is not yet added directly to WeKan:
- [LDAP sync script, that also correctly removes users ](https://github.com/wekan/wekan/blob/main/docs/Login/ldap-sync/ldap-sync.py )
- [Email notifications to AWS SES ](https://github.com/wekan/wekan/issues/3543#issuecomment-1199897164 )
- [Prometheus Exporter ](https://github.com/wekan/wekan-prometheus-exporter )
- [Burndown Chart ](Burndown-and-Velocity-Chart )
- [Scheduler ](https://github.com/wekan/wekan-scheduler )
- [Cleanup ](https://github.com/wekan/wekan-cleanup )
- [API client, most complete ](https://github.com/wekan/python-wekan ) (modelled after Trello API client)
- [API CLI ](https://github.com/wekan/wekan/blob/main/api.py )
- [2nd API client ](https://github.com/wekan/wekan-python-api-client )
- [Stats ](https://github.com/wekan/wekan-stats )
- [Logstash and ElasticSearch ](https://github.com/wekan/wekan-logstash )
- iCal server in [Python ](https://github.com/wekan/wekan-ical-server )
- [Sandstorm CSV related Python code ](Wekan-Sandstorm-cards-to-CSV-using-Python )
- [Trello API test code ](https://github.com/wekan/wekan/tree/main/docs/ImportExport/trello )