Created by: 1MPULSEONE
- Create a screen to display the stories
- Create all the architecture layers
- Create the logic for determining the event type
- Create the logic to retrieve data using the Notion API
- Brought the logic of working with dates into a separate utility class
- Create Enum for event types
- Do refactoring
- Fix the bug with getting API key from system.properties
- Fix bugs with wrong output from notion
- Add DI support
- Delete useless logs
- Do small refactoring