Create an admin panel using Laravel framework to manage factories and employees. This should include database migrations, seeders, form request validations, and basic authentication. Implement full (CRUD) operations with pagination, and a model event service to log user activities.
This challenge requires you to create an API that will import data from a third party API and be able to display it. This challenge should demonstrate how you structure your code and apply any appropriate design patterns.
Our system utilizes Node.js, Redis, Bull queue and PostgreSQL. In this particular test scenario, we're working with a workspace_id serving as a means of segregating data within our tables. Now, we're aspiring to integrate our system with Xero API to fetch contacts. However, keep in mind the rate limit for Xero’s API, which is 60 requests per minute.
This project is designed to evaluate your understanding and skills in ReactJS, Ant Design (Antd) version 5, GraphQL, Apollo and Hasura. The main goal of this project is to create a frontend UI based on a given Figma prototype and interact with a Hasura GraphQL server that you will set up.