From cb8bea33b8f43b9113f78628b3739aba13d3362b Mon Sep 17 00:00:00 2001 From: Ryan Headley Date: Tue, 14 Aug 2018 09:55:42 -0500 Subject: [PATCH] adding stuff to readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecddb49f..3bc4ac06 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -K12 Placeholder +# Salesforce.org K12 Data Architecture + +## Based on HEDA +While it may not seem like it at first, there is a large bit of overlap in the foundational needs of Higher Education and K12 with respect to techincal architecture. Both have students, schedules, class periods, relationships with people, households, programs, etc. + +We've leveraged much of the object model and logic that is already producing great results in the Higher Ed industry and added some extra functionality with respect to K12 user stories. In addtion, we've aligned with the EdFi data standard. + +This repository (as of this writing) contains purely the objects and fields necessary to align with the aforementioned EdFi data standard. Eventually, the logic to back up the K12 user stories will be added here as well. + +## We Reserve the Right to Get Smarter +This architecture could change at anytime. Therefore make your decisions based on what is offically available today outside of this repository.