Base solution for your next web application

Activities of "goldstar25"

Answer

The above is just a suggestion, if you feel that it is reasonable to adopt.

Answer

Understand what you mean, but I want to design as generic as possible, because the method name I can find a way to translate, which can greatly reduce the repetitive design and development. Anyway, thank you!

Answer

I mean, can you add an identifier field to the audit log? When an audit log is based on a single data operation (such as create, modify, delete, etc.), the ID is taken by default. In this case, for some specific scenarios, it is very simple to track which data is modified under certain circumstances.

Answer

If my realize it myself, it is very winding. For example, I want to see all the audit logs (operation records, etc.) of this data, but these audit logs are saved in the global audit log and are not identified.

Well done! I am very excited to see this news.

The current Angular theme performance is very poor, the resource loading is very large, is there any consideration for replacement or other better themes? such as:

https://keenthemes.com/metronic/preview/angular/default/ <a class="postlink" href="https://ng.ant.design/docs/introduce/en">https://ng.ant.design/docs/introduce/en</a>

Question

Does the follow-up audit module consider supporting auditing for a single piece of data? For example, the order details support viewing the audit log and audit data for this data.

I get NJsonSchema source code from github,and change DateTimeToStringCode is "format()".Build and cover related library. Currently, only this temporary solution is used.

When I send data to the API by service-proxies.ts, I find that the parameters of the moment.Moment type are converted to ISO time when calling the toJSON method, resulting in inconsistent with my current time zone. Can I modify the toJSON method to modify the date formatting rules? E.g

data["subscribeTime"] = this.subscribeTime ? this.subscribeTime.format() : <any>undefined;

Now is :

data["releaseTime"] = this.releaseTime ? this.releaseTime.toISOString() : <any>undefined;

And the server is assigned local time,but clients get the iso time.... Time display is wrong ...

Can support a variety of payment strategies, such as how to achieve Alipay payment.I found some difference between their payment process, what better way to package it.

Showing 1 to 10 of 46 entries