diff --git a/samples/qna powerapps/README.md b/samples/qna powerapps/README.md new file mode 100644 index 00000000..ef68c129 --- /dev/null +++ b/samples/qna powerapps/README.md @@ -0,0 +1,66 @@ +# QNA App + +## Summary + +The QNA app facilitates streamlined communication between users and various departments. Through a straightforward login process, users can submit queries to the relevant department and receive prompt responses. + +![QNA App Preview](https://prnt.sc/fAbC3V62kQdI) + +## Applies to + +![Power Apps](https://img.shields.io/badge/Power%20Apps-Yes-green "Yes") +![Power Automate](https://img.shields.io/badge/Power%20Automate-No-red "No") +![Power BI](https://img.shields.io/badge/Power%20BI-No-red "No") +![Power Pages](https://img.shields.io/badge/Power%20Pages-No-red "No") +![Power Virtual Agents](https://img.shields.io/badge/Power%20Virtual%20Agents-No-red "No") +![Dataverse](https://img.shields.io/badge/Dataverse-No-red "No") +![AI Builder](https://img.shields.io/badge/AI%20Builder-No-red "No") +![Custom Connectors](https://img.shields.io/badge/Custom%20Connectors-No-red "No") +![Power Fx](https://img.shields.io/badge/Power%20Fx-No-red "No") + +## Compatibility + +![Premium License](https://img.shields.io/badge/Premium%20License-Not%20Required-red.svg "Premium license not required") +![Experimental Features](https://img.shields.io/badge/Experimental%20Features-No-red.svg "Does not rely on experimental features") + +## Contributors + +- [Swami Nawale](https://github.com/swamisnawale) + +## Version history + +| Version | Date | Comments | +| ------- | ----------------- | --------------- | +| 1.0 | November 15, 2023 | Initial release | + +## Prerequisites + +No specific prerequisites required. + +## Minimal path to awesome + +### Using the solution zip + +- [Download](./solution/QNAApp.zip) the `.zip` from the `solution` folder +- Within **Power Apps Studio**, import the app `.zip` file you just downloaded +- Ensure correct configuration of the data source named **Data source name** in the app. + +## Features + +The QNA app offers: + +- Seamless communication between users and departments +- Prompt notifications for new queries and responses +- Efficient handling of user questions and departmental responses + +## Help + +If you encounter any issues while using this sample or have any questions, you can [create a new issue](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=bug-report.yml&sample=QNA%20App&authors=@swamisnawale&title=QNA%20App%20-%20Issue). + +For inquiries regarding this sample, [create a new question](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=question.yml&sample=QNA%20App&authors=@swamisnawale&title=QNA%20App%20-%20Question). + +To suggest improvements, [make a suggestion](https://github.com/pnp/powerapps-samples/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&template=suggestion.yml&sample=QNA%20App&authors=@swamisnawale&title=QNA%20App%20-%20Suggestion). + +## Disclaimer + +**THIS CODE IS PROVIDED _AS IS_ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.** diff --git a/samples/qna powerapps/assets/preview.png b/samples/qna powerapps/assets/preview.png new file mode 100644 index 00000000..532fc346 Binary files /dev/null and b/samples/qna powerapps/assets/preview.png differ diff --git a/samples/qna powerapps/assets/test.txt b/samples/qna powerapps/assets/test.txt new file mode 100644 index 00000000..76721a44 --- /dev/null +++ b/samples/qna powerapps/assets/test.txt @@ -0,0 +1 @@ +This is to test \ No newline at end of file diff --git a/samples/qna powerapps/solution/QNAApp.zip b/samples/qna powerapps/solution/QNAApp.zip new file mode 100644 index 00000000..848c4eed Binary files /dev/null and b/samples/qna powerapps/solution/QNAApp.zip differ