Git Product home page Git Product logo

Comments (21)

LizGovier avatar LizGovier commented on May 23, 2024

All Unit Notes :

  • when on the MHR page and click to add a Unit Note, the screen loads to the bottom of the page:

Current Result
Unit-Notes_Screenload.jpg

Expected Result
Screen Shot 2023-12-08 at 4.34.13 PM.png

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

Date Picker

  • Can not select a date in the date picker

Screen Shot 2023-12-08 at 4.49.58 PM.png

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

When a unit note is registered and autoscrolls to the registration in the MHR table, the row does not highlight green.
Screen Shot 2023-12-08 at 4.55.55 PM.png

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

Cancel Unit Note - Unable to File

  • When I fill out the cancel note information and click 'Register and Pay' I get an 'Unable to File a Unit Note' modal

Screen Shot 2023-12-11 at 12.26.05 PM.png

________
  • Missing Checkbox for Person Giving Notice

Screen Shot 2023-12-11 at 12.49.08 PM.png

Expected Result (Figma File)

Screen Shot 2023-12-11 at 12.53.41 PM.png

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

Hey @cameron-eyds Unit notes have all been tested. Should I message you when I'm done testing or place this ticket in a specific column?

from entity.

cameron-eyds avatar cameron-eyds commented on May 23, 2024

@LizGovier Right on!
I think the sprint backlog works.

from entity.

dimak1 avatar dimak1 commented on May 23, 2024

Hi @LizGovier

  • the first issue, the page is scrolled up each time I tried to add the new unit note, so not able to reproduce (see
    below)

Screenshot 2023-12-29 at 17.15.30.gif

  • the calendar for expiry/effective date seems to be working s expected (screenshot below)

Screenshot 2023-12-29 at 16.23.30.png

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

@dimak1

  • When adding a unit note, the page scrolls to the top vs reloads which gives the impression that you're on the same page. It should re-load the page like it does with 'Residential Exemption' see examples below.

Current Load
Private Zenhub Video

Expected Load
Private Zenhub Video


  • Effective Date is loading as Registration Date in the MHR Table

Screen Shot 2024-01-02 at 11.23.59 AM.png

________ - [x] **Cancel Note - Loads at the bottom of the page** [Private Zenhub Video](https://api.zenhub.com/attachedFiles/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBMldTQWc9PSIsImV4cCI6bnVsbCwicHVyIjoiYmxvYl9pZCJ9fQ==--ef77cf653e1176f83c7b67a580dd2d75f52797eb/Screen%20Recording%202024-01-02%20at%2012.09.26%20PM.mov)

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

@dimak1 I believe you're still working on this ticket, but I've checked off the issues that have been resolved and found a few extra while testing.

from entity.

dimak1 avatar dimak1 commented on May 23, 2024

@LizGovier yes im working on it still, there are few issues left. Regarding the page load, the loading effect showing up when there are API calls that UI is waiting for (or some other actions that takes a bit longer, hence the loading indicator). It is a single-page applications, so it will be fast and snappy. I can try to add a loading in between the states, but it might not have any effect (because it's so quick to load). Let me know.

from entity.

dimak1 avatar dimak1 commented on May 23, 2024

@LizGovier I've updated Optional Person Giving Notice checkbox for Cancel Note, however, it was not in the original requirement to have the checkbox for this unit note type. cc: @chdivyareddy

from entity.

dimak1 avatar dimak1 commented on May 23, 2024

@LizGovier for issue with the Date in the table row, the 'Dec 21' is actually a created date. Here is what we get from the API:

Screenshot 2024-01-02 at 18.03.35.png

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

@dimak1 The effective date should only be viewed in the Unit Out and it's output. The date listed in the MHR table should always be the registration date.

Screen Shot 2024-01-03 at 11.40.48 AM.png

from entity.

dimak1 avatar dimak1 commented on May 23, 2024

Hi @LizGovier, i checked the API response, and Dec 21 is coming back as created date.

@doug-lovett could you pls check why Dec 21 (and not Jan 3) is in createDateTime for TAXN notice in the response? Thanks!

Screenshot 2024-01-03 at 09.10.57.png

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

@doug-lovett @dimak1 There might have been confusion in the beginning when the effective date influenced the expiry date, but that should have been updated with #17809.

from entity.

dimak1 avatar dimak1 commented on May 23, 2024

At this point, in UI we can't do much, let's wait for Doug's response.

from entity.

doug-lovett avatar doug-lovett commented on May 23, 2024

@dimak1 @LizGovier @mstanton1 I believe we have discussed this before in a status meeting. The short answer is that the desired value will display in the registrations table after data migration.
The registrations table data source is the legacy DB2 database.
The DB2 data model does not have a registration effective date, the modernized PostgreSQL data model does.
For unit note registrations that have an effective date, the effective date and time is the DB2 registration date and time. This logic follows the legacy application. The registration timestamp in DEV DB2 for the 107945 TAXN registration is 2023-12-21 00:00:00.0. The value submitted to the API is:
"effectiveDateTime": "2023-12-21T08:00:00.000"

from entity.

mstanton1 avatar mstanton1 commented on May 23, 2024

Thanks for the reminder @doug-lovett . In this case we can leave it as is and verify post migration that we are showing dates as expected.

from entity.

dimak1 avatar dimak1 commented on May 23, 2024

@LizGovier are we ok to move it to QA?

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

Yes! ready for QA

from entity.

LizGovier avatar LizGovier commented on May 23, 2024

@chdivyareddy fixes have been verified in DEV. Moving this to QA in progress.

from entity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.