Neketek / web-project-base

Web Project Base
2 stars 0 forks source link

Application Architecture design #20

Open Neketek opened 6 years ago

Neketek commented 6 years ago

I'm going to create number of classes designed to standardize and simplify work with applications implementation. These classes are interfaces and helpers in the same time.

Neketek commented 6 years ago

Today I'm going to work with form base class and form fields.

ddnomad commented 6 years ago

I suggest to look into ABS if you are not using it.

Neketek commented 6 years ago

@ddnomad thanks for the link. It will add a little bit more control over the inheritance.

Neketek commented 6 years ago

Today I finished first version of base form which greatly simplifies custom forms creation by adding lots of common getters and setters as well as common state, props,structure.

Neketek commented 6 years ago

Next thing which I'm going to implement is the base table class. I'm not really sure about functionality and interface, but I'm certain about multi selection support and pagination which should improve performance.