Giter Club home page Giter Club logo

Comments (7)

mrtazz avatar mrtazz commented on August 19, 2024

So renaming Etsystatus to Status or Notification Time would be good here. The atlas links should be configurable in the feature config to make it pluggable. And the Forum Links should probably just Links.

from morgue.

nkammah avatar nkammah commented on August 19, 2024

The PR for Renaming Etsystatus to Status is here (along with a bug fix)

from morgue.

nkammah avatar nkammah commented on August 19, 2024

@mrtazz regarding the configuration framework of morgue, what did you have in mind:

  • keep the feature array to enable/disable features and define additional "features configuration" section
"feature" : [
{ "name" : "contact",
  "enabled" : "on"
},
...

"contact_lookup_url" : null
  • consolidate all the "features" configuration into the "features" sections
"feature" : [
  "contact" : {
    "enabled" : "on",
    "lookup_url" : null
  }
]
...

note : feature here could be renamed features....

from morgue.

mrtazz avatar mrtazz commented on August 19, 2024

All configuration for a feature should be within the feature hash in the array. There is no need to have it outside. See the IRC or jira feature for example.

from morgue.

nkammah avatar nkammah commented on August 19, 2024

atlas link configuration PR is available here

from morgue.

nkammah avatar nkammah commented on August 19, 2024

JIRA fields configuration PR available here

from morgue.

nkammah avatar nkammah commented on August 19, 2024

The last pull request to remove etsy references is here and allows to configure the tooltip title and severity levels description.

from morgue.

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.