will-ks/packapp

Allow downloading of app source code

will-ks opened this issue · 1 comments

User story: As a user, I want to be able to download the source code of my generated application so that I can further develop it, compile it myself, etc.

  • Build server should:
    • zip the source code folder after it's generated,
    • upload to cloud storage
    • make file public
    • send url to data server
  • Data server should
    • store download url
    • send it when requested in appropriate routes
  • Client should
    • Display download button

b9a41b5 adds this