F. Donnet

Results 22 issues of F. Donnet

Be more efficient about component dev with Tailwind. Tailwind doesn't like to have hidden styles at building. (ex in c# constants etc) See if we need to extend the Tailwind...

balzor-project
frontend

If needed, implements records virtualization. For now, the datagrid code has been inspired (copied) from MS quickgrid. See for the virtualization part. And other stuff to add when needed. Put...

balzor-project
frontend

Find a way to enhance the UX for when a row is added or modified in the datagrid. For now, the user cannot really see the new/modified row and when...

balzor-project
UI/UX
frontend

**Create a Ubik.Blazor.Components lib** Take all the compo here Ubik.Accounting.WebApp.Client.Common and make an external lib with it. Maybe, store it in a different git repo

enhancement
refactoring
balzor-project
frontend

For the moment, when a modal is closing with success status a success message appears for 1500ms. Is that a good value or it will frustrate the user ? See...

balzor-project
UI/UX
frontend

Need to better manage cancellation across all system layers. For the moment, it's not implemented at all and it's bad. Take the time to review layers to accept cancellation from...

refactoring
all-projects

When the session expires, or the login windows expires it causes some weird behavior for the blazor app. If time, try to find the root cause: Cookie expiration, logout/login redirect......

balzor-project
general
authentication

Solve all the remaning TODOs in code. Can document here the details when the actions begins.

general
all-projects

I cannot find a way to place a unique index on 2 FKs ```c# public void Configure(EntityTypeBuilder builder) { builder.ToTable("users_roles_by_tenant"); builder.HasIndex(a => new { a.UserTenantId, a.RoleId }) .IsUnique(); builder .HasOne(e...

Re-test if Aspire is finally usable with .net 9 (container persistance and other stuff). See for data init, integration testing and other bad surprises not fully covered in previous version....