Skip to content

feat(region): added regions and fix issues#4

Merged
shreeyash07 merged 1 commit into
developfrom
feat/region
Jun 17, 2026
Merged

feat(region): added regions and fix issues#4
shreeyash07 merged 1 commit into
developfrom
feat/region

Conversation

@crsstha

@crsstha crsstha commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Changes

  • Added Region Filters
  • Issue fixes

This PR doesn't introduce any

  • temporary files, auto-generated files or secret keys
  • build works
  • eslint issues
  • typescript issues
  • codegen errors
  • console.log meant for debugging
  • typos
  • unwanted comments
  • conflict markers

This PR includes

  • Permission Checks
  • Translations

Comment thread app/views/DataAndReport/index.tsx Outdated
Comment on lines 47 to 48
filters: { thematicAreaId: $thematicAreaId, reportType: $reportType, regions: $regions }
pagination: { limit: $limit, offset: $offset }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can directly assign type here.

Comment thread app/views/OurWork/index.tsx Outdated
Comment on lines 33 to 34
filters: { page: $page, isActive: $isActive , regions: $regions}
pagination: { limit: $limit, offset: $offset }

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here you can assign filters and pagination type directly

@crsstha crsstha requested a review from shreeyash07 June 17, 2026 08:56
@shreeyash07 shreeyash07 merged commit 28877fc into develop Jun 17, 2026
3 checks passed
@shreeyash07 shreeyash07 deleted the feat/region branch June 17, 2026 09:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants