Cristobal M
5/26/22, 5:25:06 PM EDT
Sorry I had a late lunch, I just checked in the script, I found one very similar so it was easy. This are the tables I ended up switching:
Cristobal M
5/26/22, 5:25:20 PM EDT
dependants.put("asset", "owner");
dependants.put("chatterbox", "user");
dependants.put("goaltask", "owner");
dependants.put("goaltask", "startedby");
dependants.put("goaltask", "completedby");
dependants.put("librarycollection", "owner");
dependants.put("librarycollectionusers", "followeruser");
dependants.put("transaction", "userid");
dependants.put("transactionLog", "user");
dependants.put("projectgoal", "owner");
dependants.put("userupload", "owner");
Christopher B
5/31/22, 1:53:49 PM EDT
We need to make sure we are using the http keep alive stuff so that we have good performance. Please use this API:
var client = http.Client();
try {
var uriResponse = await client.post(Uri.parse(&apos ;https://url.com'),body: {''});
} finally {
client.close();
}
Christopher B
6/1/22, 10:52:17 PM EDT
Add more details to the chat report email that goes out for each project. Include any donations, expenses or income that has been created since the last email was sent.