r-devel / translations-dashboard

Dashboard to monitor status of translations in R
https://contributor.r-project.org/translations-dashboard
8 stars 6 forks source link

repo architecture #45

Open hturner opened 1 month ago

hturner commented 1 month ago

This was originally part of #42.

Comments from @mikerspencer

Repo structure

  • collect together similar files (R code, data) into directories
  • add build/workflow diagram to readme (e.g. with mermaidjs)

Since the two dashboards are based on different data sources, there won't be much overlap in the R code/data sets, but it could be helpful to reorganize the repo to work towards better integration of the two dashboards.

Refactoring the code, as suggested in https://github.com/r-devel/translations-dashboard/issues/8 may enable the dashboards to use the same R functions, where that makes sense.