Indent the JSON file with appsmith UI#110
Conversation
|
Completed the Ref: https://github.com/bkowshik/appsmith-tutorial $ tree -L 4
.
├── README.md
├── application.json
├── datasources
│ └── usersTutorialDB.json
├── metadata.json
├── pages
│ ├── Account Details
│ │ ├── Account Details.json
│ │ └── widgets
│ │ ├── Button1.json
│ │ └── Text1.json
│ └── User Information
│ ├── User Information.json
│ ├── jsobjects
│ │ └── JSObject1
│ ├── queries
│ │ ├── JSObject1-getBackground
│ │ ├── Playground
│ │ ├── getUsers
│ │ └── updateUsers
│ └── widgets
│ ├── Button3.json
│ ├── userDetails
│ └── usersTable.json
└── theme.jsonNOTE: Import from Git repository is in now
|
|
Because of the indentation, PR reviews are significantly easier now. This is one commit where the query is modified and it's easy to see the Ref: 2c218e8 UpdateIn addition, wrote the Appsmith code into this repository for reference: https://github.com/bkowshik/dot-ui It's significantly to view the pages, queries, etc in this structure instead of a giant |

NOTE: This PR should be merged to
mainonly after merging #109 and deleting the branch.The purpose is to make
diffon git / Github possible for the appsmith.jsonfile. Currently, all of the app is just one line.Ex: https://github.com/datakind/Data-Observation-Toolkit/pull/109/files
Not sure about what all needs to be considered before making this change though. Below is the size comparison and it looks OK to me given the advantages we get with
git-diff.