-
Notifications
You must be signed in to change notification settings - Fork 9
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
Broadcasts screen frontend #22
Conversation
Kindly resolve the conflicts. |
conflicts resolved and is ready for review @Aditya062003 @henilp105 |
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.
Thanks @SAISURYAtalla, Resolve conflicts and comments.
@@ -252,6 +285,86 @@ class DummyStudents { | |||
]; | |||
} | |||
|
|||
// class DummySkills { |
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.
remove redundant code.
); | ||
} | ||
} | ||
// import 'package:flutter/material.dart'; |
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.
remove redundant code.
); | ||
} | ||
} | ||
// import 'package:flutter/material.dart'; |
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.
remove redundant code.
@@ -155,4 +213,28 @@ class StudentProvider extends StateNotifier<StudentState> { | |||
state = newState; | |||
_logger.i("Removed student: ${student.name}"); | |||
} | |||
|
|||
// Student getStudentById(String studentId) { |
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.
remove redundant code.
); | ||
} | ||
} | ||
// import 'package:flutter/material.dart'; |
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.
remove redundant code.
conflicts resolved and redundant code removed |
This PR introduces a new feature to the application, allowing administrators to broadcast announcements to users. The broadcast feature provides a way for administrators to disseminate important information or updates efficiently to all app users.
It consists of a Broadcasts screen where the users can view the broadcasts/announcements made . It has details such as
Requesting review @henilp105