-
I want know how i can use entity framework with Assisticant, when i should pass business logic to Model and can i load data on ViewModel, and i want know is there any disorder?
-
the business logic should be handled entirely in the model, especially everything including mutability
the more logic we have in the models, the less of a chance there is for a logic mistake in the…
-
### Objective
The goal of this task is to build a simple Student Management System using Spring Boot, where each student has a list of courses. Students will implement APIs to manage students and the…
-
As a **registered user** of Skill Forge,
I want to participate in a daily trivia challenge that tests my knowledge of a specific programming language (Python, C#, Java, or JavaScript) and two addition…
-
Two possible usecases:
- for outside users (possibly with authentication)
- for easier working with dataset from other services (if need for complicated "business logic" that would be easier to impl…
-
Currently I believe the entry point for the GUI is the GUITest class, which obviously isn't where it needs to go eventually.
We will ultimately need several different entry points, the first being fo…
-
Hey @wally-mac
I just opened up some RCAT projects in RAVE and some really quick edits to business logic and this could be working great really soon. Would be a good one for Cashe.
[![](http://im…
-
It's not necessary a feature request but more of a question.
Is there a way I can add business logic validation to the server? How can I validate that data send from the client it's "valid" data?
-
Hi,
is there any possibility to get the token into the resolve function of a type?
https://graphql.org/learn/authorization/ says that accessibility control for some kind of data should be in the b…
-
> 🆕 **Line items for the Payments API**🆕
>
> The Orders API already had the capability of adding line item information to the Order. Now it is also possible to add this information when you are us…