Closed subhamtsd closed 3 years ago
For AddEditEntity Can I use the Json Form schema itself (2 to 3 text fields) just for the sake of Demo ?
yes pls
Sent from ProtonMail mobile
-------- Original Message -------- On 29 Nov 2020, 22:58, subhamtsd wrote:
@subhamtsd commented on this pull request.
@@ -0,0 +1,67 @@ +import {Index} from '../pages/Index'; +import {First} from '../pages/First'; +import {Alternate} from '../pages/Alternate'; +import { Test } from '../pages/Test'; + + +// All component which will be rendered +export const componentsSet : any = {
- Index,
- First,
- Alternate,
- Test
Hi @saurshaz ,
Ok sure from tomorrow I will start my work on that from Monday morning. For AddEditEntity Can I use the Json Form schema itself (2 to 3 text fields) just for the sake of Demo ?
— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub, or unsubscribe.
Hi @saurshaz
I have updated all the components along with that I am have also fixed Lint error.
LGTM
Update on UIx framework and Layout config
[x] Added UIx framework from Web code
[x] Worked on 1st level layout config (Check TestConfig json in code)
[x] Readme update for use of redux explanation
[x] Second level component based Layout config in the code
[x] Add meaningful components like : create simple ListEntities, ShowEntity, AddEditEntity (with Form pulled in)
[x] lint errors to be fixed