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

Question: why split repos for app/ui? #44

Closed
cmitz opened this issue Apr 20, 2017 · 3 comments
Closed

Question: why split repos for app/ui? #44

cmitz opened this issue Apr 20, 2017 · 3 comments

Comments

@cmitz
Copy link

cmitz commented Apr 20, 2017

Hi Andrew,

First: excuse me for bothering you with an email about "just" a question. Second: I'm incredibly grateful that you made this application. It's awesome!

Now the question: why are the app and UI part of the system split into different repositories?

I've currently spent a few minutes in the app, and became quite frustrated with the UI being in a remote place. Changing something in the UI means committing and pushing in UI, and running Yarn again in this repo. Thats get old very fast...

@andrewhao
Copy link
Member

Sorry for the trouble, @cmitz! If you want, you can just dump the UI code into the local Express assets folder if you want to iterate faster.

We had originally hoped to decouple the "server" from the web UI because we had a separate project to build out a native iOS app, so we thought it would be a good idea to decouple them. Additionally, decoupling the apps started us down the journey of building out a more rigorous interface between the two.

Unfortunately, we ran out of steam. This project is now basically unmaintained, as I don't have the free cycles to work on this anymore.

What are you working on? Anything I can help you with?

@cmitz
Copy link
Author

cmitz commented May 6, 2017

That sounds like a good plan! Sorry to hear that your time has run out. I'm not sure if I have anything to add in the near future, but I used it at a prom of our student association.

My plan was to run it on a Pi Zero W. However, I quickly learned the Pi was not nearly powerful enough to run the server and client.
In the couple of hours I had, I hacked a new route in the app to be able to receive the "shoot" command via WLAN. Thanks to the broadcast (emit) way of Shmile that was very easy. Behind this plate I attached a Pi Zero W with a button soldered on the the GPIO.

2017-05-06 02 08 33

I might use this for future events, so when I have something good I will submit a PR ;-)

@andrewhao
Copy link
Member

That's super rad, @cmitz! Would love to see a wiki page on how you got it to work, with aforementioned photo :) Glad it worked for you!

@cmitz cmitz closed this as completed Apr 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants