Code Monkey home page Code Monkey logo

ob-dj-feature-flags's People

Contributors

abdenasser avatar lemaadi avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ob-dj-feature-flags's Issues

work on feature flags API

frontend and mobile projects can also take advantage of implementing features flags on their side by requesting the list of feature flags from a backend endpoint (can use a custom hook to implement the same functionality)

broadcast feature flags changes to client apps (instead of client apps making calls to backend api)

sometimes you'd disable a feature flag from Django admin which then disables the flagged feature on the server but if your client apps still hold the old state it can cause confusion among your users since the feature will still be active on their side while the functionality would not ... it might be better if we can broadcast feature flags changes to client apps using a channel then on the client apps whenever we get a new event we update the state in the background so that whenever we get a fag check we can then access the local updated state and keep everything in sync

add environment support

turn on and off features based on the current environment (example: x_featue_flag only active in QA and not in PROD)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.