digidem / mapeo-mobile

Monitor and document the world around you
GNU General Public License v3.0
95 stars 16 forks source link

Document Api info for each screen #1105

Open ErikSin opened 1 year ago

ErikSin commented 1 year ago

Go through each screen in Mapeo, and document what API info is being used. Document the data as a typescript type. Document the data in this notion page

Format:

Screen Name Screen shot of screen Data types

Example:

Screen Name: About Mapeo Screen Shot:

image

Data Types:

type AppData = {
   version:number,
   build:number,
   variant: string,
   androidVersion: number | string,
   buildNumber?: string
}