-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strategy for strategies #18
Comments
This is exactly what we must plan for. Can you organize a short meeting to
|
Sounds like a good idea. We should also see if we could put other issues on the agenda like "User authentication" Unleash/unleash#33 and "Integration tests" Unleash/unleash#32 |
Meeting scheduled for wednesday 25. februar 2015 12:00-13:00. |
Some notes from the meeting Unleash statusMany have started using Unleash. We will try to write something on the tech blog about Unleash. I will try and do a write-up of how to setup a local database on Mac. User authenticationYou should always be able to turn on or off toggles even if the authentication provider is down. Strategy for strategiesIt’s a good idea to first implement the strategies in the Finn client and later move them to the Open Source client when they are mature. Integration testsFor now we are pleased with the amount of tests and will this issue for now OtherWe are looking into making a Node client for Unleash. @ivarconr is leading the push for this. |
There is an example in eventRepositorySpec on how to listen on events.
Also introduced mockery to mock db-access. Here we probably need better modularisation and/or better dependecy management (injecting of deps?).
Unleash has gotten some pull requests to the Finn client and it is good that people want to use the service. I just want to raise a concern.
Right now this version has the following strategies:
Finn client has the following strategies:
Should we not move more of the strategies from the Finn client over to the open source one?
I also suggest that we add a markdown file that describes the strategies with example use cases.
The text was updated successfully, but these errors were encountered: