Florian Hebel

Results 25 comments of Florian Hebel

I can imagine a switch in SimplCommerce whether to take the translations from that new service or in the old way. In addition it would be nice if it was...

Thanks @thiennn. May I ask you to correct the spelling though (Translations instead of Transaltions)?

I just implemented the IdentityServer4 persistence layer using two additional DbContexts (same postgres database like for SimplCommerce, different schema "security" though). I guess the schema of that separate database is...

Any suggestions/preferences for the implementation? As a separate new module or as part of an existing module?

I like your idea. Maybe Blazor Webassembly is a good idea for the admin part (#951)?

Hi @thiennn, Thank you, that you found time to start the review! > In the StripeV2Controller --> CreateCheckoutSession, we should create the order (with status PendingPayment) and the payment object...

Hi @mrccarvalho , did you implement the two necessary DbContexts & DbContextOptionsBuilders, which read the respective configuration and instantiate the DbContexts? Best regards, Florian

Hi @mrccarvalho, sorry for my late answer. Unfortunately it's more complicated. Keep in mind that `dotnet ef migrations` will actually run your code and connect to the database ... Ok,...

I would be in favour of Blazor WebAssembly given that Lazy Loading is already part of .Net 5.0 ...