institution-filter

Filter data, UI elements, and API calls by institution IDs in multi-tenant applications.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/Jicate-Solutions/arts_tally_roja --skill institution-filter-jicate-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: institution-filter
Source: https://github.com/Jicate-Solutions/arts_tally_roja/tree/main/.claude/skills/institution-filter
Command: npx skills add https://github.com/Jicate-Solutions/arts_tally_roja --skill institution-filter-jicate-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires react, typescript, myjkkn_api, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the implementation of institution-based data filtering in the JKKN COE application, ensuring that users see only relevant data for their institution.

Core Features & Use Cases

  • Data Filtering: Filter data lists by institution, ensuring users see only their institution's data.
  • Form Management: Control visibility of institution fields in forms based on user context.
  • Integration: Seamlessly integrate with MyJKKN API for institution context.
  • Use Case: When creating or updating a page in the JKKN COE application that requires filtering data by institution, this skill automates the process and maintains data accuracy.

Quick Start

To activate the institution filter, simply mention 'institution filter' or 'filter by institution' in your query.

Frequently Asked Questions about institution-filter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement institution-based data filtering in a multi-tenant React application?

Institution-based data filtering in a multi-tenant React application is managed by integrating with the MyJKKN API and using institution IDs to filter data, UI elements, and API calls via React hooks.

How do I filter API calls by institution in multi-tenant pages?

Filtering API calls by institution in multi-tenant pages requires integrating with the MyJKKN API and passing institution IDs to restrict data fetched, ensuring users only see their specific institution's data.

Do I need database schema modifications to filter data by institution?

Yes, database schema modifications are required to add the 'myjkkn_institution_ids' field, which stores the institution identifiers necessary to execute accurate institution-based data filtering.

How can I control form field visibility based on institution context?

Form field visibility based on institution context is controlled through React hooks that evaluate the user's institution ID, dynamically hiding or showing institution fields within forms depending on the current context.

What's the best way to integrate MyJKKN API for institution filtering?

The best way to integrate the MyJKKN API for institution filtering is to use React hooks to fetch institution context and apply institution IDs directly to data lists and API calls for accurate data restriction.