Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:1.5
-
Epic Link:
-
Sprint:Summer 4: 14 Jul - 28 Jul, Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug
Description
If a user tries to submit an App that has the same Bundle_SymbolicName and the same Bundle_Version as an App that is already available in the App Store, a screen with an informative error message is supposed to appear.
The page lets the user know that the jar file they tried to upload looks to be a duplicate of an existing release. It says:
Bundle_Version and Bundle_SymbolicName match an already-released App. We are sorry – this is not allowed! If you want users to get the new version, you must increase Bundle_Version. For example, if the released version is 1.0.0, the new version should be 1.0.1 or higher.
See attached image showing what the screen is supposed to look like.
However, this feature is currently broken in the App Store code base, which is deployed to https://testappstore.bioviz.org.
Instead, a blank page appears in the browser. The page code is:
<div class="row"> <div class="col-md-12 block" id="alerts"> </div> </div>
This needs to be fixed.
Attachments
Issue Links
- relates to
-
IGBF-2517 Create subdirectory folder in each app's template folder with the name of the app.
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link | IGBF-1388 [ 17463 ] |
Rank | Ranked higher |
Attachment | SomethingIsWrongPage.png [ 14785 ] |
Description |
If a user tries to submit an App that has the same Bundle_SymbolicName and the same Bundle_Version as an App that is already available in the App Store, a screen with an informative error message is supposed to appear.
The screen shot shows an example of how this is supposed to look. However, this feature is currently broken in the App Store code base. Instead, a blank page appears in the browser. The page code is: {code} <div class="row"> <div class="col-md-12 block" id="alerts"> </div> </div> {code} This needs to be fixed. |
If a user tries to submit an App that has the same Bundle_SymbolicName and the same Bundle_Version as an App that is already available in the App Store, a screen with an informative error message is supposed to appear.
The page lets the user know that the jar file they tried to upload looks to be a duplicate of an existing release. It says: {quote} Bundle_Version and Bundle_SymbolicName match an already-released App. We are sorry – this is not allowed! If you want users to get the new version, you must increase Bundle_Version. For example, if the released version is 1.0.0, the new version should be 1.0.1 or higher. {quote} See attached image showing what the screen is supposed to look like. However, this feature is currently broken in the App Store code base, which is deployed to https://testappstore.bioviz.org. Instead, a blank page appears in the browser. The page code is: {code} <div class="row"> <div class="col-md-12 block" id="alerts"> </div> </div> {code} This needs to be fixed. |
Rank | Ranked higher |
Priority | Major [ 3 ] | Blocker [ 1 ] |
Sprint | Summer 4: 14 Jul - 28 Jul [ 99 ] | Summer 4: 14 Jul - 28 Jul, Summer 5: 29 Jul - 12 Aug [ 99, 100 ] |
Rank | Ranked higher |
Assignee | Shamika Gajanan Kulkarni [ shamika ] |
Sprint | Summer 4: 14 Jul - 28 Jul, Summer 5: 3 Aug - 14 Aug [ 99, 100 ] | Summer 4: 14 Jul - 28 Jul, Summer 5: 3 Aug - 14 Aug, Summer 6: 17 Aug - 28 Aug [ 99, 100, 101 ] |
Rank | Ranked higher |
Assignee | Shamika Gajanan Kulkarni [ shamika ] |
Assignee | Chirag Chandrahas Shetty [ chirag24 ] |
Assignee | Chirag Chandrahas Shetty [ chirag24 ] | Ann Loraine [ aloraine ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Assignee | Ann Loraine [ aloraine ] | Chirag Chandrahas Shetty [ chirag24 ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Assignee | Chirag Chandrahas Shetty [ chirag24 ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Assignee | Shamika Gajanan Kulkarni [ shamika ] |
Assignee | Shamika Gajanan Kulkarni [ shamika ] | Chirag Chandrahas Shetty [ chirag24 ] |
Status | First Level Review in Progress [ 10301 ] | Needs 1st Level Review [ 10005 ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Assignee | Chirag Chandrahas Shetty [ chirag24 ] | Ann Loraine [ aloraine ] |
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Assignee | Ann Loraine [ aloraine ] |
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Assignee | Noor Zahara [ noor91zahara ] |
Assignee | Noor Zahara [ noor91zahara ] | Chirag Chandrahas Shetty [ chirag24 ] |
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
[~aloraine] Please create an EC2 instance for testing. Thank You.
branch: https://bitbucket.org/chirag06/appstore/branch/IGBF-2491