Messj1

Results 21 comments of Messj1
trafficstars

@maraino Since I work with x5c provisioner my solution is/was to use a leaf certificate as root certificate, so it is in every case an invalid certificate. (Hope so. Would...

The idea with the state flag was more like to have an enum: - **inactive** nothing works, no sign, renew or what else ... similary to a removed user -...

@mabolek I think you didn't understand correctly. > @pxamike If I understand you correctly, this isn't a bug. > > Technically, a rich text field can contain anything. Best practice...

I created some examples an put them on gist: https://gist.github.com/Messj1/de7a069c2199851fe3711a3729d96271 Once downloaded you can put them in `/storybook/stories/design/RightBar` @MattiasNilsson can you please check this out and give me our opinions?

@MattiasNilsson Good question ... I think the goal should be to simplify the whole HTML handling in a structural way. => in general separate: Data, Logic, Control and Design In...

@MattiasNilsson Yes, that is the reason why it is currently not testable. It is also (k)im possible to extend. I made some overview what the new GUI architecture could look...

I have now extended the diagram with the missing modules to get a real overview of the complete idea. the compatibility check (red dashed line) is only the consequence of...

I finished the big picture as an communication and interface overview. There are some open issues like versioning. Eg. It is possible that `Executers` of different versions or implementation get...

@MattiasNilsson Yeah, cause I used to base structure of already existing components. So names are already known. :wink: The big change is the `Engine` and `Excecuter` part which will gone...

@MattiasNilsson found some small time slice to implement a simple prototype. Can you please have a look on it? https://github.com/Messj1/frontend_editing/tree/488-Decouple-design-from-controller/Resources/Public/JavaScript/DataBinder There is following structure: - `Parser` with the already parsed...