An organizational events management solution on top of SharePoint
This project demonstrates a couple of development techniques within the modern SharePoint.
It is relatively common that solutions to manage Events or News within an organization are implemented on top of SharePoint. This project implements an Events management solution, but many concepts could be well used to implement a News solution.
Item | Description |
---|---|
Hello Events Installer | Installer |
SPFx Hello Events | SharePoint Framework Solution to manage events |
User stories and tasks | Project planning |
Acceptance tests | End to end tests based on the user stories |
This project uses to following development concepts and resources.
React components:
Libraries and external resources:
Client side web part Hello Events from SPFx Hello Events:
Hello Events web part item:
Jest tests example:
Acceptance tests example:
Version | Date | Comments |
---|---|---|
0.0.1 | 26th April 2019 | display events from an Events Catalog list |
0.0.2 | 04th May 2019 | implemented an installer based on the PnP Provisioning Engine |