asdev icon indicating copy to clipboard operation
asdev copied to clipboard

Support creating new apps

Open mafredri opened this issue 8 years ago • 0 comments

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

mafredri avatar Aug 06 '17 17:08 mafredri