Problem Statement
The reporter asks to update app_market so it is modular like apps/. The specific scope, target structure, and expected behavior are not stated.
Tasks
- Review how app modules are structured under
apps/ and compare that with apps_market/.
- Update the
app_market structure to match the modular pattern used by apps/, if that is the intended change.
- Scope to be defined once the questions below are answered.
Checklist
- What does “modular like the
apps/” mean in practice for app_market?
- Which parts of
apps_market/ should be split or reorganized?
- Should this affect only repository structure, or also runtime loading in
oreoOS/store.py or related app-market code?
- Are any existing market entries in
apps_market/ expected to keep their current names or paths?
Problem Statement
The reporter asks to update
app_marketso it is modular likeapps/. The specific scope, target structure, and expected behavior are not stated.Tasks
apps/and compare that withapps_market/.app_marketstructure to match the modular pattern used byapps/, if that is the intended change.Checklist
Questions from @elixpoo
apps/” mean in practice forapp_market?apps_market/should be split or reorganized?oreoOS/store.pyor related app-market code?apps_market/expected to keep their current names or paths?