Domain:
Mobile / UI
Difficulty:
Beginner
Problem / steps to reproduce (for bugs)
- The mobile app still displays the old brand name AGPB in several UI elements (headers, buttons, tabs, tooltips, modals, etc.).
- Users may see inconsistent branding due to leftover AGPB text.
- API calls, backend logic, and variable names must not be changed.
Expected outcome / task:
- Update all user-facing text from “AGPB” → “PULA” across the entire mobile frontend.
- UI elements include (but are not limited to):
- Navbar titles
- Page titles
- Tab labels
- Buttons and form labels
- Tooltips and modals
- Error or empty state messages
- Footer text
- Do not change:
- API endpoints or calls
- Backend logic or database references
- Internal variable names used in code
Any links or references:
Setup Steps (short):
- Run the mobile app locally (yarn install && yarn start or equivalent).
- Search the codebase for any UI occurrences of "AGPB" and replace them with "PULA".
- Test the app to ensure all text is updated correctly and layout/styling is intact.
- Verify that APIs, backend logic, and functionality remain unaffected.