This is the repo where we bring all the modules together into one app.
Check out what we are about here:
You need to make sure you have all the dependencies setup first.
The bootstrap repo is for boot strapping your laptop.
Run the examples using the Makefile to ensure you have an environment that works.
The Kan Ban should be looked at to work out what to work on.
Is you want to work on an issue, please first ensure that you understand the issue and the suggested approach.
When you take an issue, please assign yourself to it and let everyone know on the Telegram group called "winwisely-dev", so we everyone knows your taking it.
Use the Makefiles and keep them working.
If you followed the Developer setup these make files will work on Windows, Mac and Linux.
If they do not work for you then raise an issue so that the bootstrap or Makefile can be fixed for everyone benefit.
There is no CI / CD yet, but soon there will be.
For now just upload them here: https://drive.google.com/drive/folders/11R71oZGZiHWoYmex7jeSowZFcDxvxX5i
We make heavy use of code generation.
The grpc - protobuf parts of both client and server are heavy inspired by https://github.com/amsokol/flutter-grpc-tutorial
Functional Documentation for each module are here: https://drive.google.com/drive/folders/1F2orl3P46MwAct9kyWSO8550Wn2es8RH
Its worth reading this to get an idea of what the system is intended to do.
This project is designed to run on Web, Desktops and Mobiles using Flutter.
This means that plugins must work on all clients and so when choosing a plugin be careful to avoid breaking things.
All plugins that use native code should live here. https://github.com/winwisely99/plugins
We try to avoid native plugins in general.
If your curious about why this project exists or how to get involved, please see the following the FAQ
For those helping to test the apps please follow the UAT Guidelines
For those using VSCode this is an excellent way to code together: https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack
Please follow the Contributing Guidelines
This project adheres to the Contributor Covenant code of conduct.
Please see the following the Code of Conduct Guidelines
By participating, you are expected to uphold this code.
Please report unacceptable behavior to winwisely99@gmail.com
This project is open source software licensed under the Apache LICENSE.