Explore and extract my app data from Height.app
See Notion submodule
- ✅ use the Height API(https://height-api.xyz/openapi/#tag/Tasks/operation/searchTasks) and fetch all tasks into MongoDB use MongoDB compass to explore this data, and save API calls too
- having gotten tasks, hydrate each one with the its comments. ✅
- Convert the tasks array from height format to tasks array in Notion format
- Take care of basic attributes ✅
- Take care of comments - will become side page ✅
- Take care of height attributes, have to take care of all. ✅
- Hit Notion API and insert rows ✅
- Fix nesting, by setting parent for each Notion row ✅