The Fieldist repos are part of a larger project called Intelly, which is a platform being built to help small-to-medium-sized food and beverage brands manage various aspects of their business. The project is divided into separate repos to allow independent development. Below, you can find a list of the specific front and back ends that make up this project, links to their individual repos, as well as whether or not they have been deployed for public demo.
The public demos should be accessed thought this link: https://gallant-wing-415919.netlify.app/ This will bring you to a login page, which you can enter with the following credentials:
email: guest@intelly.test password: guest
Once logged in, you will be brough to a dashboard that allows you to navigate the project in its current form. The guest account will have access to all services currently deployed for public demo, with only certain subservices being excluded to prevent any possible interference with sensitive data.
As mentioned above, Intelly is split into several independent repos in order to facilitate different timelines for development, and thus make it possible to demonstrate those services that have reached an appropriate stage of devlopment.
The repo you are currently visiting is the administrative front end for the Field Events application. It allows field managers to review the data from submitted reports.
In addition to bringing the styling up to a professional level, this project will be developed to allows managers full CRUD capabilities for tasks related to managing teams, clients, and campaigns.
If you wish to test this project locally, you may clone the repo to a directory on your machine. Navigate to the new directory using your terminal, and install all necessary dependencies by running the command 'npm i'.
The app itself should be set up to connect to the deployed server, so at that point, you should be able to start it up by running the command 'npm start' and navigating to localhost:3003 in your browser.
At this time, I am not inviting individual contribution, unless there has been a specific conversation around it. If you come across something in the code that you wish to share, by all means message me and we can speak about it.
The following is a list of all related projects that have entered some stage of development. It will be updated as work begins on new services.
Authorization - Front End - Deployed for Demo
Authorization - Back End - Deployed for Demo
Retail Data Dashboard - Front End - Deployed for Demo
Retail Data Dashboard - Back End - Deployed for Demo
Field Reporting - Front End - Deployed for Demo
Field Reporting - React Native Front End - Early Stage, Not Deployed for Demo
Field Events - Back End - Deployed for Demo
Field Events Administration - Front End - Deployed for Demo
Administrative Tasks - Front End - Deployed for Demo
Administrative Tasks - Back End - Deployed for Demo
Payments - Front End - Early Stage, Not Deployed for Demo
Payments - Back End - Early Stage, Not Deployed for Demo
Form Builder - Front End - Early Stage, Not Deployed for Demo
Form Builder - Back End - Early Stage, Not Deployed for Demo
Schedule - Front End - Early Stage, Not Deployed for Demo