The codebase inconsistently refers to the same concept as "program", "developer app", and "app":
- Model is
Program
- Routes use both
backend_program and developer_app
- Views say "developer apps", "developed apps", "programs"
- Controller is
DeveloperAppsController but manages Program records
ProgramPolicy, ProgramCollaborator, etc. all use "program"
Should standardize on a single term — likely App — across models, routes, views, and policies.
The codebase inconsistently refers to the same concept as "program", "developer app", and "app":
Programbackend_programanddeveloper_appDeveloperAppsControllerbut managesProgramrecordsProgramPolicy,ProgramCollaborator, etc. all use "program"Should standardize on a single term — likely App — across models, routes, views, and policies.