AmericaSCORESBayArea / AmericaSCORESBayArea/salesforce-data-api

endpoint supports create/update of sessions

オープン
#23 コメント 2 件 リアクション 0 件 担当者 1 名 @archana-llamas が担当を希望しています GitHub で見る
主要言語
DataWeave
スター
2
フォーク
1
PR マージ指標
30日以内にマージされた PR はありません

説明

Here is an example of possible fields that are extracted from the District System.

In the District System, ServiceDateID is the Key ID while in Salesforce, the Key ID should be a combination of Salesforce Team Season ID + Date. This assumes that there will only be max of one session per day.

```
{
"_id" : "district_1_87654321",
"ServiceDate" : "Tuesday, October 27, 2020",
"BeginTime" : "3:00 PM",
"EndTime" : "4:00 PM",
"ServiceDateID" : "87654321",
"district" : "district_1",
"ActivityType" : "Soccer Practice",
"ActivityName" : "School Name 2020-2021",
"ActivityCategory" : "Skill Building/Enrichment",
"ActivityDescription" : "Coaches will lead soccer practices",
"ActivitySite" : "Virtual Learning",
"ActivityID" : "1234567890"
}
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。