Seal Single View
Fixes
Fixes for #1132 (closed) no by @aditiansingh
Description Seal Single view
Type of PR This PR is a feature.
Technicalities
Set Up DB changes -
-
Import this file to DB
- Chemical Data - chemical_data.sql
- calibration.sql
- CSV file - pXRF_data_-_STANDARDS.csv
-
Run the command
python3 ./dev/cdlidev.py -- build app_cake
-
inside the container in the
dev_cake_composer
container go tosrv/app/cake
-
Type the command
composer require ghunti/highcharts-php
Test
- Check graph for the following seals - 472948,472889,472858
- Check summary for measurement for seals only
- Test if Top n feature and line and bar graph feature works properly
- Check the table in Chemical Information accordion.
Screenshots
Checklist:
-
My pull request has a descriptive title (not a vague title like "Update index.md
"). -
My pull request targets the phoenix/develop
branch of the repository. -
My commit messages follow best practices. -
My code follows the established code style of the repository. -
I added tests for the changes I made (if applicable). -
I added or updated documentation (if applicable). -
I tried running the project locally and verified that there are no visible errors.
Edited by Aditi Singh