Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new features & some improvements from 4.1.8 to 4.2.1 #14

Merged
merged 35 commits into from
Jan 10, 2021
Merged

Commits on Jan 10, 2021

  1. Configuration menu
    Copy the full SHA
    90dfba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6c3072 View commit details
    Browse the repository at this point in the history
  3. update : update in versioning & API

    - update version name and version number
    - replace MediaQuery with Get in login_screen.dart & splash_screen.dart
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    522bece View commit details
    Browse the repository at this point in the history
  4. chore : add new const in app_const.dart

    - add paidLeaveCategories
    - add new field const for report model
    - add field const for paid leave model
    - add rank & group field const for user model
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    7fd013f View commit details
    Browse the repository at this point in the history
  5. chore : add & extract some view utility function

    - calculateLateInMinutes (String of late in minutes)
    - formatPercentage
    - formatCurrency
    - add new category for checkPresencePercentage & checkColorStatus
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    886858e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99a8f6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b385ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e761730 View commit details
    Browse the repository at this point in the history
  9. chore : extract some widget to it's own file

    - image_error_widget.dart to show while CachedImageNetwork failed to load an image
    - next_presence_empty_card.dart
    - user_info_card_widgets.dart & statistics_card_widget.dart to show in report_screen.dart
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    dd2967c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b4d3580 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6468ee9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bc68cbf View commit details
    Browse the repository at this point in the history
  13. update : add new properties to user.dart model

    - add rank & group properties
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    1fd9158 View commit details
    Browse the repository at this point in the history
  14. update : add new properties to employee.dart model

    - add rank & group properties
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    894bdd9 View commit details
    Browse the repository at this point in the history
  15. update : add new properties to presence.dart model

    - add id properties
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    6d3cd7b View commit details
    Browse the repository at this point in the history
  16. update : add new properties to yearly.dart model

    - add leaveEarlyCount, notMorningParadeCount, annualLeave, importantReasonLeave,sickLeave,maternityLeave, & outOfLiabilityLeave
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    92660b3 View commit details
    Browse the repository at this point in the history
  17. update : add new properties to yearly.dart model

    - add leaveEarlyCount & notMorningParadeCount
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    949467f View commit details
    Browse the repository at this point in the history
  18. update : add new properties to yearly.dart model

    - add startTime, address, & photo
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    8172b19 View commit details
    Browse the repository at this point in the history
  19. update : add new properties to absent_report.dart model

    - add totalWorkDay
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    3c28bcd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d046285 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f571894 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    35f98f5 View commit details
    Browse the repository at this point in the history
  23. update : update create_notification_screen.dart

    - dispose controller when widget disposed
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    bef7e09 View commit details
    Browse the repository at this point in the history
  24. update : update create_outstation_screen.dart & create_permission_scr…

    …een.dart
    
    - replace showDatePicker with TableCalendar
    - check if date is updated to make sure user's set startDate and dueDate
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    ab00c11 View commit details
    Browse the repository at this point in the history
  25. update : update change_pass_screen.dart

    - replace MediaQuery with Get
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    2cefc48 View commit details
    Browse the repository at this point in the history
  26. update : update forgot_pass_screen.dart

    - replace MediaQuery with Get
    - add administrator profile & with call/WA button
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    e646945 View commit details
    Browse the repository at this point in the history
  27. update : update home_screen.dart

    - replace MediaQuery with Get
    - extract reusable widget
    - update some wording
    - add new presence status
    - improve UI
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    2ef6678 View commit details
    Browse the repository at this point in the history
  28. update : update report_screen.dart

    - add user info section
    - add salary calculator for 'Honorer' employee
    - add paid leave/Cuti for 'PNS' employee
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    1c44556 View commit details
    Browse the repository at this point in the history
  29. update : update image_detail_screen.dart

    - add bytes param/property to load data from bytes
    - add tag param/property to assign dynamic tag for Hero
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    5451734 View commit details
    Browse the repository at this point in the history
  30. update : update presence_screen.dart

    - add functionality to view image detail after took photo
    - update some wording
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    315dcd4 View commit details
    Browse the repository at this point in the history
  31. update : update permission_list_screen.dart

    - replace spinKit
    - using dynamic tag for Hero
    - replace MediaQuery with Get
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    271b375 View commit details
    Browse the repository at this point in the history
  32. update : update outstation_list_screen.dart

    - replace MediaQuery with Get
    - implement ImageErrorWidget
    - assign dynamic tag
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    b0e9dc9 View commit details
    Browse the repository at this point in the history
  33. update : update employee_outstation.dart & employee_permission.dart

    - dispose controller when widget disposed
    - add functionality to input reason so that stakeholder can give their reasoning for cancellation of outstation & absent permission
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    098a813 View commit details
    Browse the repository at this point in the history
  34. update : update employee_list_screen.dart

    - update ui to add new employee information
    - refactoring ui of employee presence
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    0a6caf3 View commit details
    Browse the repository at this point in the history
  35. update : update application_screen.dart

    - update to UI : wording, replace icon, replace color
    - add new menus : regulation menu, employee attendance menu, employee paid leave menu, & paid leave menu
    ryanaidilp committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    0dcda4d View commit details
    Browse the repository at this point in the history