twgardner2 / navy_psr

1 stars 0 forks source link

Add remove rows #20

Closed ChaseWPDEV closed 2 years ago

ChaseWPDEV commented 2 years ago

Built atop the PSR parser changes. Incorporates some basic add, insert, delete functionality for manual entry in the table.

twgardner2 commented 2 years ago

closes #19

Dude, this is awesome stuff. Love the PDF parser - I need to spend some time understanding how it works.

I did a bad git thing and had been developing solely on the gh-pages branch, which is the one get served out to the internet. You branched off of main, as anyone would have done. So, I used that as an opportunity to get some familiarity with how you've structured stuff and implement some of the features on gh-pages here. I got most of the stuff, except for a year filter I had made to filter out FITREPs outside the desired range. I didn't move that over because I don't think it's implemented well and it should probably be re-done.

One problem I noticed but haven't had time to figure out: When you edit the Command or Reporting Senior in the table for either an IDT or an AT command, then re-render, it doesn't update. Any thoughts?