Open-Case-Filing / Lexodus

an open case management and electronic filing system
1 stars 2 forks source link

As a user, when I register for a new account I should be able to see my user on the user list #21

Open robertmcatee opened 2 weeks ago

robertmcatee commented 2 weeks ago

upon research it looks like users are going to the temporary SQL lite location and not postgres so they get created and you can log in but all the new RBAC components don't see your user account.

tyler-harpool commented 2 weeks ago

Added extra metadata and assigned to @randallard . Feel free to kick it back if you don't have bandwidth.

randallard commented 2 weeks ago

Might be the weekend before I get to this but I'll give it a go

randallard commented 2 weeks ago

I think we should discuss this a bit more - I'm not sure the general user should see a list of users when they register.

Maybe we can pin down registration flow - sys-admin should maybe be the one to create the account and assign permissions - in which case the user list makes sense, but the redirection would be back to sys-admin dashboard

tyler-harpool commented 2 weeks ago

I think we should discuss this a bit more - I'm not sure the general user should see a list of users when they register.

Maybe we can pin down registration flow - sys-admin should maybe be the one to create the account and assign permissions - in which case the user list makes sense, but the redirection would be back to sys-admin dashboard

Dashboards are a never. We should rethink this approach.

randallard commented 2 weeks ago

ok - sounds good

tyler-harpool commented 2 weeks ago

Let's move from sqlite to postgres here. @randallard Can you handle this?

randallard commented 2 weeks ago

taking a look now

randallard commented 2 weeks ago

did get a start on this - iterating now

randallard commented 2 weeks ago

kicking this back to focus on client server errors implementation