lunes-cms icon indicating copy to clipboard operation
lunes-cms copied to clipboard

Consider using our own templete, form and view

Open MizukiTemma opened this issue 8 months ago • 0 comments

Motivation

We currently do not have self-made templetes, forms and views in Lunes and everything is shown and handled in a generic way. This lets us save programming effort but brings also restrictions. For exmaple, it is currently difficult to implement #467 or #469 due to lack of freedom.

Proposed Solution

Use our own templete, form and view to allow us more flexibility and freedom in impelemtation.

  • Pros: more possibility for feature extension (Wishes only become more and more and never less).
  • Cons: much effort, risk of bugs

Alternatives

Stay in the current architecture and solve those restrictions by geneus ideas.

  • Pros: less effort, less risk of bugs
  • Cons: restricted flexibility in implementation.

Additional Context

MizukiTemma avatar Jul 01 '24 07:07 MizukiTemma