BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

Download reports UI - dynamic year dropdown added #1251

Open seedyjahateh opened 6 days ago

seedyjahateh commented 6 days ago

We created a reports UI under the Admin tab. UI includes a download button and an input bar for the academic year of the report you want to download. The year options in the dropdown are taken from the database.

Fixes #1104

seedyjahateh commented 2 days ago

The select box doesn't need to be full screen width. Let's use our form-control styles for the label and select box.

Download button can just say Download, with the icon in front of it.

Reduced the size of 'select box', used built-in bootstrap for styling the 'select box' and 'label', and renamed the download button to 'Download' and moved the Excel icon infront of the name.

MImran2002 commented 1 day ago

suggestion: image I would recommend as this is a dropdown UI to have dropdown design. The code is perfect it's just I feel a design perspective link: https://getbootstrap.com/docs/4.0/components/dropdowns/

kudos that it all works very well. the download button works too!

github-actions[bot] commented 1 day ago

View Code Coverage