We want to start building a use case to let users view the required skills for their requested job profile. We have a couple of questions to assess the feasibility for a client. Here are the requirements for reference:
Enable employees to do the below via the bot:
-
View required skills for their job profile and
-
View their most recent skills assessment (self + manager)
-
View their entire history of skills assessment
-
View required skills for any given job profile
-
Show a delta of skills and skill levels between any two job profiles for example, show me the Skills required and the expected skill level for Level 7 Design Release Engineer vs Level 6 Design Release Engineer or between my job profile and Level 7 Designer
-
Manager can ask and view skills for any employee in their entire org
Questions for MW Team:
- Can the bot respond to show the top 10 results with pagination? We want to show the top 10 and have additional skills in pages so that the user clicks on page 2,3,4 and it moves.
- Can the bot provide a "Download CSV", which downloads the results in a CSV? (Not a download link, but a straight-up download file)
- Can the bot render a response in a tabular view?
- Can the bot email results to the employee?
- Can the bot offer a function like: ‘copy to clipboard’?
If the answer to any of these questions is a yes, please include how we should go about implementing this and what the architecture would look like.