Releases: SaintZet/DayzMapsLoader
Releases · SaintZet/DayzMapsLoader
Initial Release
Initial Release represents the first version of our project, consisting of a web application and a WPF application designed for downloading maps from two different providers. In this release, we introduce the basic functionality for map downloading and interacting with the providers.
The key features of the Initial Release include:
- Web API:
- Implementation of endpoints for interaction with the client application.
- Logic for retrieving maps from the providers.
- Web Application:
- User interface allowing the selection of a provider and downloading maps.
- Integration with the Web API for sending requests and fetching data.
- WPF Application:
- User interface for selecting a provider and downloading maps.
- Local storage of downloaded maps and offline access to them.
- Integration with the Web API for data exchange and synchronization with the web application.
- Support for two different providers:
- Logic for working with Provider 1: sending requests, processing responses, and downloading maps.
- Logic for working with Provider 2: similar functions adapted for the second provider.