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

Releases: LT-Students/DigitalOffice-frontend

Hotfix v0.3.2

06 Sep 12:49
98cdf98
Compare
Choose a tag to compare

Fixed

  • Fix redirect to installer after token expires
  • Get and show month norm
  • Add min and max validation for calendar at attendance page

Hotfix v0.3.1

02 Sep 16:57
Compare
Choose a tag to compare

Fixed

  • Add cyrillic email validation
  • Fix loading new user page when in edit mode of another user page
  • Prohibit creating role without rights
  • Handle same name role error
  • Trim text fields at entities creation
  • Refactor archive method to use user/edit endpoint and add unarchive method
  • Fix new project navigation
  • Remove unnecessary scroll at modals

v0.3.0

31 Aug 21:22
ec6144e
Compare
Choose a tag to compare

Added

  • [#151] Side menu with quick navigation
  • [#156] Create abstractions for main entities of API
  • [#158] User's timelist for attendance page
  • [#161] Add link to user's page on the avatar at the header
  • [#165] Checkbox for creating admin user
  • [#166] Get portal's name from backend
  • [#169] Connect all elements of attendance page with attendance service

Changed

  • [#152] Style user status label at user's list
  • [#160] Remove user info from local storage Hold user info at behaviour subject of UserService Add AppInitService for getting current user info when app launches Remove company info from local storage
  • [#169] Refactor doughnut chart layout and data binding
  • [#178] Set strict mode for project
  • [#179] Set onPush strategy by default for all components
  • [#181] Refactor add hours component's layout and logic

Removed

  • [#153] Remove deprecated pseudo element ::ng-deep from all styles

Fixed

  • [#171] Check whether domain name has at least 2 levels
  • [#172] Check whether user name has whitespaces in it
  • [#173] Trim login field at authentication page
  • [#174] Add cancel button for modals
  • [#182] Add plural forms to team size at department card
  • [#184] Fix position list pagination
  • [#190] Change list's buttons style to new design
  • [#191] Fix lists to work normally with onPush strategy

Deprecated

  • [#159] Pipe for converting total minutes to hours and minutes format

v0.2.0

23 Jul 12:02
aec71c3
Compare
Choose a tag to compare
v0.2.0

v0.1.0

29 Jun 14:36
Compare
Choose a tag to compare

Major

  • [#113] Добавлена таблица просмотра всех сотрудников
  • [#111] Убрали ненужные поля формы создания сотрудника
  • [#110] Обновили дашборд админа по новым макетам
  • [#109] Роутинги разнесены по модулям и выделены в lazyloading

Other

  • [#108] Добавлена связка данных с бэкендом в форме создания сотрудника
  • [#103] Добавлена связка данных с бэкендом в карточке сотрудника
  • [#101] Добавлено отображение модального окна загрузки фото сотрудника
  • [#100] Обновлено отображение страницы "Новый проект"
  • [#87] Добавлено отображение раздела "Проекты" в карточке сотрудника