-
Notifications
You must be signed in to change notification settings - Fork 13
[brainstorm]: tags, versions and environment #39
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
Comments
This will also have a heavy data aspect and dora metric side too |
version, tags and envs is a simple concept and MUST be described to our users in a simple and fast way. Complications aren't tags/envs specific but other features that use them. Version: specific point in time, just as a git commit. (put a snapshots id alongside it to exemplify) Having anything more tense than that will just move to problem (it being hard to understand it first time) somewhere else. Devs are jump-readers when were talking about documentation. keep things simple and concise. Chat gpt is very good at language, so feel free to write lengthy topics and just ask it to reduce the text without losing information. |
For example, for the above input, chatgpt wrote this: A version is an immutable snapshot of your application, similar to a Git commit (e.g., Which, for me, just fixing the examples into what we actually have right now is enough. |
I'm not sure what feature flags have to do with this @zmzlois, we do not support nor have plans to move feature flags to module federation at deployment level. |
For user's DORA metric:
Other than
A combination of three? |
I think this is very good as a beginning paragraph to introduce "what it is", but I'd imagine user need more hands-on guide with purpose on "how to do what" Take some example:
structure
happy to hear more feedback on structure too |
i think i am referring to "Do things like feature flag without feature flag SDK" Imagine a normal scenario how user use feature flag:
But on zephyr all of these components can be federated applications: The condition is these (they must be completed): |
Uh oh!
There was an error while loading. Please reload this page.
Atm barely anyone understood how we handle tags, versions and environment. They are the strong primitives of the zephyr platform, as powerful as they are, this section lacks significant education.
It needs additional effort to explain how user can use them for different use case. We need to explore multiple scenarios and add education in this area.
Scenario:
cc @zackarychapple @swalker326 @arthurfiorette
The text was updated successfully, but these errors were encountered: