You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you aren't familiar with how to contribute to open-source repositories using GitHub, or if you find the instructions on this page confusing, sign up for one of our Sharing is Caring events. It's completely free, and we'll guide you through the process.
To submit a pull request with multiple authors, make sure that at least one commit is a co-authored commit by adding a Co-authored-by: trailer to the commit's message. E.g.: Co-authored-by: name <name@example.com>
Put an x in all the items that apply ([x], without spaces), make notes next to any that haven't been addressed.
Bug fix?
New sample?
Related issues: fixes #X, partially #Y, mentioned in #Z
Needs API permissions?
Has other prerequisites? (E.g. requires a list, document library, etc.)
What's in this Pull Request?
Education has never been this efficient and innovative! Introducing the future of education with our AI-infused Microsoft Power Platform Student Management System. In this solution, we provide a number of features for educators and students to ease their work with embedded AI solutions and specially designed features. For students, the 'AI Education' app offers seamless access to courses, announcements, and assignment submissions. Experience AI-powered features like Language Translator, Summarizer and Assignments Assist, making learning more accessible and efficient. Teachers can simplify their workload with the 'AI Education Teachers' App,' enabling easy subject management, assignment grading, and even AI-generated assignments.
Checklist
This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through.
Put an x in all the items that apply ([x], no spaces), make notes next to any that haven't been addressed.
My pull request affects only ONE sample.
I have updated the README file.
My README has at least one static high-resolution screenshot (i.e. not a GIF)
My README contains complete setup instructions, including pre-requisites and permissions required
Thank you for your submission! Your efforts are invaluable!
During reviewing and attempting to compile from the source code, I encountered a few minor hitches that require attention prior to merging:
AI Education Teacher App issue:
It appears that the 'Log in' button does not trigger any action. Upon investigation, it seems the 'OnSelect' property may not be configured properly. Could you please review and amend this?
AI Education issue:
While testing, the connector encountered an error (please refer to the attached screenshots for details). Could you please check if there are any prerequisites or certain parts of the source code that were overlooked?
During the compilation process, I received a warning:
Following root components are not defined in customizations:
Type='431', Id (or schema name)='GenericComponent-appr_course appr_courseicon'.
Type='432', Id (or schema name)='GenericComponent-appr_course'.
While this isn't blocking issue, addressing it could enhance the overall code quality.
I believe these adjustments are minor and am confident that they can be resolved swiftly. Once these issues are addressed, I will be more than happy to conduct a retest and proceed with merging your PR.
Thank you once again for your invaluable contribution and looking forward to your revised submission.
Hi @Katerina-Chernevskaya,
Thank you for taking your valuable time to check the PR and letting me know about the issues. I'll look into those and fix them ASAP.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Needs AttentionSomething needs to be fixed with the PR before merging
3 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What's in this Pull Request?
Checklist