gramener / gramex

A visual analytics platform to build data-based web apps with less code.
https://gramener.com/gramex/guide/
Other
142 stars 57 forks source link

Documentation covering Gramex internals #360

Open samarthgulati opened 3 years ago

samarthgulati commented 3 years ago

App lifecycle documentation

Would like to go through the series of steps the framework takes from running gramex, parsing gramex.yaml and creating series of functionality on the fly at runtime for the application. Some kind of a flowchart like this might also help.

Thinking in Gramex

For someone coming with experience in traditional MVC server side code structuring, would like to understand what is the Gramex way to back-end code. Something akin to thinking in react where it goes through a sample app, say Realworld and shows how it is implemented using Gramex so someone can compare and contrast to the way they are familiar writing code, and also show mapping of each of the traditional things to Gramex's approach.

Extending Gramex components

Gramex provides knobs and levers for each component for the developer to configure it for their app, would like to see documentation for someone who'd want to go about forking the component and build a custom version of their own and enhance the functionality by adding few more features.

bhatsandeep commented 3 years ago

@sanand0 should we be tracking this on gramex-guide repo?