Base solution for your next web application

Activities of "4Matrix"

Hi,

I am following this guide and getting start with AspnetZero. On running the application, there is a JSON parse error (Img attached) in the console from zone.js file.

Any advice?

Thanks

Re-installing the pckages did the trick.

Thank you

Hi,

How can i change the theme for Public Website in .NET Core & Jquery base Project?

I have gone through your documentation to add a new metronic or metronic supported themes. But I am not sure if this applies to Public Website.

Can you please point me to any relevant documentation?

Thank you

ASP.NET CORE & Angular .NET Core 3.1 v9.0.1 We would like to switch the theme/template of the Web.Public project to use a different theme. Currently it uses https://keenthemes.com/free-bootstrap-templates/free-bootstrap-corporate but we would like to switch it to using a different theme by the same company, https://keenthemes.com/free-bootstrap-templates/jango

Whilst I can just update the project myself, I was wondering if there was a way this could be done so that it wont break when I update ASP Net Zero in the future? e.g. make the template switchable and allow custom templates to be created?

I would also like the ability to do this for the main Admin theme/template too, currently it uses https://preview.keenthemes.com/metronic/angular/demo1/dashboard but https://preview.keenthemes.com/keen/demo5/index.html would work better for the project I am working on. Again, I could make these changes manually but would have issues after every update unless the theme/template could be modularised in some way?

Is this something you are planning or offer any advise on?

Question

ASP.NET CORE & Angular .NET Core 3.1 v9.0.1 We want to use the Chat features in AspNetZero to provide a Live Chat system to support our Tenants. Users of the Host App should be placed into groups (possibly OU's) such as "Support" and "Sales". Tenants should be able to choose one of these groups to start a live chat. All Host Users Online and in the selected group should see the incoming chat request, one of them will answer it but be able to forward it etc. Each chat should be indipendant and saved against the tenant and user.

I know this will require quite a bit of customisation, just looking for some advice on how best to achieve this without breaking the chat functions for future updates? Any help or advice would be great!

@ismcagdas, do you have any update on this as we are about to do a big update and would like to know if Metronics 8 will be added soon?

Prerequisites

Using Asp.net Core + Angular Solution v10.5

Question

For our application, we have 2 different tyes of Tenant, lets call the Company and Client.

  • The Client tenant will only store data about itself and will have its own set of displays. It pulls lookup data from the host database but also has its own database to store its data.
  • The Company tenant will pull data from multiple linked clients but will have its own set of data tables that are different from the client. It will also have a completly different set of displays that they see but they can also look a the "Client" screens on a per client basis.

If I want to have different tenant types, what is the best way to have different schemas for each tenant type and how can I link to the host database for the lookup data without just switching the tenant id in the dbcontext to look at 2 totally seperate databases?

Thanks @ismcagdas that is useful. Is there a way to make different tables only appear in certain databases (Based on tenant type). For example, we have a CommonEthnicity table which stores data to be shared amongst all tenants. When we create a new tenant, it automatically creates a blank table called CommonEthnicity in the tenant database which is not then populated. Can we stop it making the tables at all? That way we would not need to add the "Common" prefix to those tables too.

Ideally we want to be able to "Join" across the two contexts, e.g. Tenant and Host so that we can get a list of "Users" and their Ethnicinity, linked using the EthnicityID in the Tenant Tables and show the EthnicityName from the Host table

That is great, thank you. Do you have an Target date yet or just by the end of the month? Will you be updating the Public site template too?

Hi

I am trying to implement nested widgets for customizable-dashboard based on the following template

https://preview.keenthemes.com/metronic8/angular/demo1/crafted/pages/profile/overview

In the template, all the content of the tabs are nested components and the routing for the tabs redirect to those files whilst the header in the page remains constant.

Now, in the context of customizable-dashboard, I am wondering which would be the best option; Either to use tab names / ids as an input for Widget filter which will then show appropriate content or create separate pages for each tabs and route to them from the base profile component.

  • v11.1.0-rc.1
  • Angular
  • .NET Core

Thanks

Showing 1 to 10 of 38 entries