Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Api info for each screen #1105

Open
ErikSin opened this issue Jun 7, 2023 · 0 comments
Open

Document Api info for each screen #1105

ErikSin opened this issue Jun 7, 2023 · 0 comments
Assignees
Labels

Comments

@ErikSin
Copy link
Contributor

ErikSin commented Jun 7, 2023

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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 👀 In review
Development

No branches or pull requests

2 participants