edx / edx-arch-experiments

A plugin to include applications under development by the architecture team at edx
GNU Affero General Public License v3.0
0 stars 3 forks source link

schoolyourself-xblock usage indicated by CourseGraph #105

Open awais786 opened 1 year ago

awais786 commented 1 year ago

The following XBlocks have had their ownership transferred from the new-defunct Community Engineering group to Arbi-BOM:

schoolyourself-xblock For each of these, please:

Document the extent of current usage on edx.org, as indicated by CourseGraph. Determine if we might be able to deprecate it (low usage or obvious replacement), and if so reach out to the DEPR working group for assistance in kicking that off. Release it on PyPI and switch to installing it from there, if this has not already been done If deprecation seems unlikely, ticket work to get them in a better state of repair (add missing test suites, update CI matrices, other low-hanging fruit indicated by repo health checks)

awais786 commented 1 year ago
MATCH
(c:course)-[:PARENT_OF*]->(n:`schoolyourself_lesson`)
RETURN
distinct(n.course_key),
count(distinct(n)),
c.start,
c.end
order by
c.start DESC

6 records found.

awais786 commented 1 year ago
MATCH
(c:course)-[:PARENT_OF*]->(n:`schoolyourself_review`)
RETURN
distinct(n.course_key),
count(distinct(n)),
c.start,
c.end
order by
c.start DESC

6 records

awais786 commented 1 year ago

6 records