OfficeDev / microsoft-teams-apps-greatideas

An “innovation challenge” system that lets employees submit and share ideas and insights, with voting and contests. An app using which employees can submit an innovative idea in a selected category to be visible to all colleagues and leadership, ideas can be voted upon and a leader board of best idea contributors can be shared. This app can also be a route to file patent ideas by anyone in an organization.
MIT License
84 stars 35 forks source link

code is not implemented as per documentation #36

Open sagarM-MSFT opened 2 years ago

sagarM-MSFT commented 2 years ago

Hello Team,

  1. It seems below mentioned points are not implemented in code. (https://github.com/OfficeDev/microsoft-teams-apps-greatideas/wiki/Solution-Overview)

image

  1. Some storage table names are different from documentation (https://github.com/OfficeDev/microsoft-teams-apps-greatideas/wiki/Data-stores)

image

pic

  1. If we delete any record from "IdeaEntity" table then deleted record still showing in the All ideas tab. It’s showing empty content inside, Ideally It should not display deleted ideas/record in the All ideas Tab.

Below highlighted Idea is already deleted from "IdeaEntity" table.

pic1

Empty content after delete -

pic2