Coder Social home page Coder Social logo

leaonline-backend's People

Contributors

dependabot[bot] avatar jankapunkt avatar kadewe avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lgtm-migrator

leaonline-backend's Issues

Fix document.title

The router's register function set's on each route the title - currently as function, but it should be the translated string.

ContextSettings collection

We need a collection, that manages settings for all the contexts.

In this settings, we define

  • whether we use a history for editing context's documents
  • which templates we map to this context
  • which fields we display for lists, previews, summaries, forms etc.
  • which fields are edited with a specific custom autoform template

The schema should look like the following:

{
  // name of the app that registered to the backend
  app: String,

  // name of the context that has been registered
  name: String,

  // edit log / history flag
  useHistory: Boolean,

  // comments flag
  useComments: Boolean,

  // flag if we want to track links to this context
  useDependencyTracking: Boolean,

  // which template to use as main template for overview
  template: String,

  // define fields-specific settings
  fields: Array
  'fields.$': Object,

  // field name / key (not label)
  'field.$.name': String,

  // may it appear in lists
  'field.$.list': Boolean,

  // may it appear in summaries and previews
  'field.$.summary': Boolean,

  // is there a specific autoform formType to use 
  'field.$.formType': Boolean,
}
  • The ContextSettings should only be editable by an admin account. Later we should define ways for editors to override certain settings (for instance which fields to display in lists etc.)
  • When no settings exist for a certain context, then load first the settings form page.

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.