jeffwright13 / apg_flask

Flask wrapper around the [audio program generator](https://github.com/jeffwright13/audio_program_generator) module
0 stars 3 forks source link

Mobile considerations #21

Open jeffwright13 opened 3 years ago

jeffwright13 commented 3 years ago

Excited to have turned a big corner (getting apg_flask working on Heroku), I showed a friend - who promptly tried it via mobile phone.

He was underwhelmed.

"It wants an input file. So, I have to get an input file to my phone. Then the app needs to somehow let me navigate to find the file, or it assumes I have a way fo automatically play an mp3."

ouch.

Ideas:

bbelderbos commented 3 years ago

Good ideas yes, specially a list of canned songs I like. User experience will also improve with proposed caching. What about storing the file encoded blob in a db? Time for SQLAlchemy?