Base solution for your next web application
Open Closed

Custom app #8118


User avatar
0
anz created

Hi,

Where can I find guide for customization of your framework, let's say I have own api now and database to handle user's data client-server. For example account users have own data, accessed via panel. What's the starting point for that and possible approach? Will it be better to modify customize your API or just let both api run together and e.g. fetch data from second api and second database? I'm looking for some suggestions and good practices tips here.

Robert


4 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    couldn't understand your question clearly. you want to extend the existing user entity?

  • User Avatar
    0
    anz created

    I have c# Api code which handle and store data into db (client-server) and wanted to ask about possible approach I want to make users/tenants supscriptions use from aspnet zero and join this functionality. For example user created with your framework should have access to this data etc etc.

  • User Avatar
    0
    alper created
    Support Team

    hi,

    you can see ChatMessage entity. It's same thing as you mention. ChatMessage is not coming from the framework. It's a simple entity. ChatMessage has UserId field. So it joins this functionality.

    https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Chat/ChatMessage.cs

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @anz

    Please reopen if that doesn't work for you.