Skip to content

Releases: isala404/WorkFlow

v1.0.2

04 Jan 17:04
Compare
Choose a tag to compare

1.0.2 (2022-01-04)

Bug Fixes

  • Fixed a issue with update project (f544e9d)

Documentation

Build

  • Added a loader for cloud run bootup (59c3dec)

v1.0.1

04 Jan 13:24
Compare
Choose a tag to compare

1.0.1 (2022-01-04)

Bug Fixes

  • Added a missing relationship fetch (137be2d)

Documentation

Build

  • Updated docker build to include a nginx reverse proxy (455d20d)

v1.0.0

02 Jan 20:41
Compare
Choose a tag to compare

1.0.0 (2022-01-02)

Feature

  • Added option to users to leave company (3fe7a47)
  • Setup Role based UI rendering (7a69edc)

Bug Fixes

  • Fixed tickets overview page (b06c4eb)
  • Logging out issue fixed (97af2b7)

Documentation

  • Updated the docker command (7e83dc5)
  • Added a README.md (a0aa3ee)
  • Added doc comments to classes and methods (a01b222)
  • Update the changelog (d3b94de)

Code Refactoring

Styles

  • Updated implicit variables to explicit types (035a943)

Build

  • Update docker image to run independently (c2d37a7)

CI

  • Promoted the build to stable v1.0 (97e3dfb)

v0.4.0

01 Jan 20:20
fab57ea
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

0.4.0 (2022-01-01)

Feature

  • Created Page for User Report (d664686)
  • Added data forecasting (661116c)

Bug Fixes

  • Fixed few UI related Issues (8431f63)

Documentation

v0.3.0

31 Dec 13:04
695c575
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

0.3.0 (2021-12-31)

Feature

  • Add and Remove users from projects (b820b38)
  • Invite Users to project (06ad5b1)
  • Added exception handling with toasts (72e5c02)

Bug Fixes

  • Added Entity Framework based validation (1fe26c7)
  • Added missing attributes to register page (9901c47)

Documentation

Code Refactoring

  • Standardize the Models and Services (32e7722)

Chores

  • Updated packages to .NET 6.0.1 (32934f5)

v0.2.0

28 Dec 18:37
ca8dfd2
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

0.2.0 (2021-12-28)

Feature

  • Created a CSS Loader Animation (81df90a)

Bug Fixes

  • Setup login redirects (13aa9e2)
  • Made NavBar icon dynamic (dde1ba9)
  • Handled for users with 0 companies (e11539f)

Documentation

v0.1.1

27 Dec 08:27
29c0ac3
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

0.1.1 (2021-12-27)

Bug Fixes

  • Fixed few issues with the CI (ac055de)

Documentation

  • Fixed a typo in CHANGELOG.md (29c0ac3)
  • update the changelog (a054a15)

CI

  • Enabled prepend on semantic-release (4ea7cb3)

v0.1.0-alpha

27 Dec 05:57
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

0.1.0 (2021-12-27)

Feature

  • linked user CRUD UIs with API (7fea42c)
  • linked ticket CRUD UIs with API (ac2fe17)
  • linked project CRUD UIs with API (54c8bee)
  • linked company CRUD UIs with API (ca94a01)
  • created CRUD backend for Project (07a90b9)
  • created CRUD backend for Company (9c66195)
  • linked ticket UIs with CRUD backend (40a26f0)
  • created CRUD backend for Ticket (7cd179f)
  • integrated entity framework (259af5d)
  • created the forecasting view (66db4bb)
  • created CRUD UIs for Ticket (9f8220f)
  • created RUD UIs for User (743e8cb)
  • created CRUD UIs for Company (116bb16)
  • created CRUD UIs for Project (c8bde12)
  • Added Breadcrumb Navigation (edf35b5)

Bug Fixes

  • enforced unique constraints on URIs (c73969b)
  • added few missing routes to project and company (e3e0eb3)
  • fixed breadcrumbs not updating with path changes (7034379)

Chores

Code Refactoring

  • changed to object types (ea50ced)
  • moved navigation logic to NavService (d07a16d)
  • moved the project to blazor webassembly (ac15982)
  • updated the folder structure (d48dc32)