-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add broadcast card in grades page #909
Conversation
…plETS/Notre-Dame into feature/broadcast-card-grades
@@ -114,6 +119,80 @@ class _GradesViewState extends State<GradesView> { | |||
), | |||
); | |||
|
|||
Widget _buildMessageBroadcastCard(GradesViewModel model) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a exactement la même méthode dans broadcast_view si je ne me trompes pas. Peut-etre ca serait worth de les extraire et faire un component reutilisable avec ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
Cette PR est-elle encore valide? |
@EffBureau il faudrait merge et créer un Widget réutilisable pour la broadcast card. La seule raison que je garde cette PR ouverte est pour rappeler qu'il faut le faire. |
Closes #897
📖 Description
Add the broadcast card, recently developed for the dashboard, in the grades page. This will allow for easier visibility for the users.
🧪 How Has This Been Tested?
Modify existing tests in grades page.
☑️ Checklist before requesting a review
version: Major
,version: Minor
orversion: Patch
.🖼️ Screenshots (if useful):