Skip to content

(2) Adding a "Select New Date" button to StatusFragment

Tyler Sizse requested to merge issue_235_select_new_date_btn into main

License and Copyright Notice

By submitting this issue or commenting on this issue, or contributing any content to this issue, you certify under the Developer Certificate of Origin that the content you post may be licensed under GPLv3 (for code) or CC-BY-SA 4.0 International (for non-code content).

Branch Name

issue_235_select_new_date_btn

Related Issues

Closes #235 (closed);

Dependencies

Description

This merge request will add a "select new date" button to StatusFragment that will allow the user to navigate directly to SelectPrintedExpirationDateFragment where they will be able to enter in a new expiration date.

NOTE: This merge request will also add a 'Back' button to MoreInfoFragment so the user is able to navigate back to the 'Select New Date' button.

Steps to Test

  1. Go to the 'Check Expiration Date' feature within the app.
  2. Scan or enter a barcode.
  3. Fill in the required information if in SelectItemFragment, or press confirm if in ConfirmItemFragment.
  4. Press 'Accept'
  5. Select a random date.
  6. Press 'Accept'

For 'Select New Date' button: 7. Press 'Select New Date'

For MoreInfoFragment's 'Back' buttton:

  1. Press 'More Info'
  2. Press 'Back' (located in the UI)

Relevant Screenshots

Screenshot_1629560265 Screenshot_1629560267 Screenshot_1628900718

Relevant Logs

N/A

Developer Notes

  • Added 'Select New Date' button to StatusFragment
  • Editted MoreInfoFragment's layout
  • Added 'Back' button to MoreInfoFragment
  • Updated respective nav_graphs for the new buttons

Labels

NEST component:check-expiration-date type::other status::doing

Edited by Tyler Sizse

Merge request reports

Loading