Code Monkey home page Code Monkey logo

Comments (3)

cf-gitbot avatar cf-gitbot commented on September 14, 2024

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

from stratos.

richard-cox avatar richard-cox commented on September 14, 2024

Approaches
[update] We'll go with the first one

  • Allow users to provide values in UX that can be used as extra params in cf push command
    • How do we redeploy with the same settings? Should they be stored in the 'STRATOS_PROJECT' env var? What if this is sensitive data?
    • Few steps
      1. Frontend allows user to supply values for fixed set of params
      2. Frontend sends to backend
      3. Backend uses values as params in cf push command
  • Allow users to view, edit and add to existing manifest file
    • A lot more steps..
      1. Fetch manifest from repo/remote url in backend
      2. Backend sends manifest to front end
      3. Front end displays manifest and allows edits
      4. Front end sends updated manifest to backend
      5. Backend replaces previous manifest with new
    • How do we redeploy with the same settings?
  • Allow users to supply fields that can be added the manifest
    • Fewer steps
      1. Frontend allows adding any type of param
      2. Frontend sends to backend
      3. Backend fetches git repo and then updates manifest
    • How do we redeploy with the same settings?

If we store override values in stratos env var, ensure that we then resend them on redeploy

from stratos.

richard-cox avatar richard-cox commented on September 14, 2024

Implemented in #2924

from stratos.

Related Issues (20)

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.