Comment 2 for bug 827490

Revision history for this message
Michael Nelson (michael.nelson) wrote :

Hrm, I'm struggling to find a place in the UI where it makes sense to ask/confirm the app version.

The first page when adding an app is where you upload your app, so it needs to be after this point if we want to extract it on the server*. But then it doesn't really belong or fit on any of the other pages (Finding your app, Showing your app, Licensing), and doesn't deserve an extra step.

* We could instead include the field on the first "Your app" page, after the upload field, and parse the version number from any file-name for upload on the client? So far, this would seem to make the most sense interaction wise? (ie. it's blank initially, but if you select a file for upload, any version will be matched from the filename and used to pre-populate the version field - if it's empty).