whatelse/expert_systeme

Retour de l'appel ajax

Closed this issue · 3 comments

(String) : 
[
    {
        goal : "Le but",
        premises : []
    },
    {
        etc ....
    }
]

Hi R0mdau,

I propose to return int ID and not string sentences.
For premises, I propose 2 fields like that :

(String) : 
[
    {
        goal: id,
        premise1: id,
        premise2: id
    },
    {
        etc ....
    },
]

Ok for you ?

Best regards,
Thomas

Ok, protože tam je maximálně dvou předpokladech.

Il faut utiliser le modèle initial 🎱