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

Create the app's UI #6

Closed
humphd opened this issue Oct 19, 2022 · 3 comments · Fixed by #28
Closed

Create the app's UI #6

humphd opened this issue Oct 19, 2022 · 3 comments · Fixed by #28
Assignees
Labels
✨ enhancement New feature or request

Comments

@humphd
Copy link
Collaborator

humphd commented Oct 19, 2022

This is connect to #4, but where that issue is about creating the PWA infrastructure, this issue is about making the UI that users interact with when creating their page.

We need to be able to do at least the following:

  • give a name for the project (also used to create the repo name). For example: "Hike October 2022" and the repo name might be "hike-october-2022"
  • allow users to pick photos to use (e.g., from their phone's camera roll, or uploaded from their computer)
  • Possibly set other fields of info (date, description, etc.)

This data will get used to generate the site

@rudychung
Copy link
Contributor

Hi. I'd like to work on this, but I'm not entirely clear on how the app UI will interact with the PWA infrastructure. Am I right in thinking that the UI will just be built up from the existing infrastructure in React?

@humphd
Copy link
Collaborator Author

humphd commented Nov 29, 2022

Correct, you'd be extending what's already there.

@rudychung
Copy link
Contributor

Currently the main page looks like:
image

The wireframe of what I'm planning to change the layout to:
image

@humphd @batunpc @saminarp
Any feedback or desired additions to my plan?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants