equinor / equinor/fusion-framework
app: getAppModule should source module info from backend instead of hardcoding
- Dominant language
- TypeScript
- Stars
- 10
- Forks
- 10
- Avg merge
- 19h 40m
- Merged PRs (30d)
- 150
Description
In `packages/modules/app/src/app/App.ts`, there's a TODO noting a value should come from the backend rather than being derived/hardcoded client-side:
```ts
// TODO - this should come from backend
```
Update the API/manifest to surface this value and consume it here instead.
Contributor guide
Research direction
Start in packages/modules/app/src/app/App.ts and inspect the TODO and the value currently derived or hardcoded there. Trace the related API or manifest definitions to determine where module information is exposed. Done means the value is surfaced by the backend API or manifest and consumed by App.ts instead of being derived client-side.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100