Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

Support creating new apps #2

Open
mafredri opened this issue Aug 6, 2017 · 0 comments
Open

Support creating new apps #2

mafredri opened this issue Aug 6, 2017 · 0 comments

Comments

@mafredri
Copy link
Owner

mafredri commented Aug 6, 2017

Arguably, the savings in automating app creation is not much, but it's still a multi-step process. It would be nice to support it.

I've documented the steps:

Step 1: Upload APK

  1. Open: http://developer.asustor.com/app/upload
  2. Add apk: #appFile (input)
  3. Set beta status?: Check #is_beta (checkbox)
  4. Submit: #mainform (form)

Step 2: Submit APK

  1. Fill out mandatory info:
    • Tags are required: #tags_en_US (input)
  2. Fill out optional info:
    • Add categories?: Select options for #category_id
  3. Submit: #mainform (form)
  4. Check new app ID (APP_ID)

Step 3: Update icon

  1. Load: http://developer.asustor.com/app/updateLargeIcon?id=APP_ID
  2. Add icon to #large_icon (input)
  3. Submit form (name): FileForm
    • Or via button: .form-submit

Step 4: Edit info

  1. Load: http://developer.asustor.com/app/editMultilang?id=APP_ID
  2. Fill textarea: #license_en_US (if license is present)

Step 5: Add screenshot

  1. Load: http://developer.asustor.com/app/editScreenshot?id=APP_ID
  2. Add screenshot to input (name): app_screenshot
  3. Submit form, button has value "Upload"

Step 6: Final (submit for review)

  1. Load: http://developer.asustor.com/app/submitReview?id=APP_ID
  2. Done
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant