nycmeshnet / meshdb

A convenient, stable, and sane database for tracking Members and Nodes for use with robots and humans
https://db.mesh.nycmesh.net
MIT License
8 stars 13 forks source link

Fix: node form is not submittable and add admin tests #492

Closed Andrew-Dickinson closed 2 weeks ago

Andrew-Dickinson commented 2 weeks ago

Fixes #490

Also adds missing import/export options to LOS in the Admin UI

And adds more comprehensive testing for search, list, view, and change in the admin UI

Andrew-Dickinson commented 2 weeks ago

Fixes: #217. Depending on your perspective, @WillNilges. These tests now cover all basic interactions with the admin UI. Perhaps we should add some more tests to cover the detailed behavior of the inlines and that is what we would want to see to close #217? I would argue that's a post-launch nice-to-have

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.01%. Comparing base (912b0f9) to head (ba687d9). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #492 +/- ## ========================================== + Coverage 92.78% 93.01% +0.22% ========================================== Files 69 69 Lines 2690 2691 +1 ========================================== + Hits 2496 2503 +7 + Misses 194 188 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.