Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Job Agent, Version 1.0.0

Latest
Compare
Choose a tag to compare
@iZeQure iZeQure released this 18 Jan 09:31
· 899 commits to master since this release

Job Agent Release v1.0.0

This release, contains the first ever available version of the product, in a production environment.

Features for Basic Users:

  • View a menu, of different categories and options.
  • View unique and individual adverts.
  • View detailed information for the unique and individual adverts.

Features for Admins:

  • Can login to the service, with a user created by the system.
  • Every admin are able to view and edit their own personal information.
  • CRUD operations for all types of things; Job Adverts, Companies, Contracts, Robot Links.
  • Settings for all the operations are viewed on a table, validated with pagination. So not all the data is pulled at the same time.
  • A simple and structural menu, to separate all the components and settings an admin can do.

Pre-requisites:

  • Utilizes .NET Core 3.1 Framework
  • Application is a Blazor Server.
  • IIS v10.0
  • Windows Server 2016 ~>
  • SQL Server 2016 ~>
  • Needs a platform to host the Robot / Crawler on. It's written in Python.