- Domain: Product development
- Technologies Used: Sharepoint, dotNet, Powershell
SharePoint Module Development
- To add completely new module of SharePoint in 365Command.
- Development for automated gathering of SharePoint data for users, groups, lists, documents, permissions etc. for all the site collections for a tenant.
- Development of functionality for display, creation & modification of SharePoint data from UI as per the site collection.
- Performing tasks like edit list permissions, Configuring SharePoint access for site collections.
Challenge:
- There were challenges of time required for gathering the SharePoint data.
- UI development was in Single Page Application Framework.
Solution:
- We used the combination of PowerShell scripts & client object model to get the data in minimum time.
- We analyzed the causes of issues/errors. We handled the issues & made relevant changes in the code.
- We studied single page application framework & did the development successfully.