Closed peterkos closed 9 months ago
MVP things to add, based off of page requirements:
/users/add
, accessible from "Add user" button
/users/user
, accessible using "Table.editLink" (may want to make that take a function instead of a string? editLink: (rowJSON) -> string
accepts the clicked-on row's data and returns the route to navigate to)
Thanks for the guide! Codin' it up 👩💻
:)
WIP