The application has the ability to download data of parking sensors from .CSV file and display it in a table, delete sensors from table, change pages using pagination buttons, change table size and sort table columns.
- Custom Objects with relationships: Base_Station__c, Sensor__c;
- Apex, LWC, SOQL queries;
- Flows Automatization;
- Pagination with buttons: First page, Last Page, Previous page, Next page, Table size;
- Sortable columns in the LWC table;
- Custom Metadata Types;
- Unit-test coverage 97%;