michaelaltmann / get-your-refund

1 stars 5 forks source link

Re #11, make important client column info easier to see #23

Closed plocket closed 3 years ago

plocket commented 3 years ago

Actually, it is at a point where I think it could do some good, so maybe worth making a full PR to at least have this version up.

Addresses #11 partially.

  1. Turns dates into number of days. Unable to do business days currently.
  2. Keeps the actual dates around as hover text (though it's just HTML title, so takes a bit of time hovering to appear)
  3. Reduces some padding
  4. Adds text of client id and organization name into the 'names' column and then moves the id and org columns to the end of the table.
plocket commented 3 years ago

User feedback Columns:

Not as relevant columns:

Misc todos:

Roses:

Thorns:

Other notes:

plocket commented 3 years ago

This messes up a couple other bookmarklets because they're using indexes to find the columns. I'll work on fixing those before we merge this in.