Skip to content

Conversation

@chriskyfung
Copy link
Owner

โœจ NEW FEATURES

  • Added pagination links for you to view all previous activities on Qwiklabs Profile page.

  • Added ๐Ÿ” search links and a โš  warning icon to the rows of unrecognized activities, which show conflict information between Qwiklabs Proflie page and the database records. It enables you to perform a quick search of the activity name on Qwiklabs.

  • Added a red background color to the rows of failed labs to help distinction of the activities on Qwiklabs Profile page.

๐Ÿšฎ DEPRECATED FEATURE

  • Removed the link to view the latest 100 activity records on Qwiklabs Profile page.
  • Eliminated non-critical debug messages. They will only show if debug mode is on.

๐Ÿ› BUG FIXES/IMPROVEMENTS

  • Fixed bugs in batch update activity records to the database.
  • Fixed errors ocurringing when no activity records on Qwiklabs Profile page.
  • Minor changed the alignments of icons and buttons on Qwiklabs Profile page.

๐Ÿ“„ DOCUMENTATION

  • Added GIF animations and video links in README file to show new features of v2.1.

โš’ OTHER CHANGES

  • Refactored main() to implement routing and path handlers with a more OOP approach.
  • Refactored trackActivities() with a more OOP structure.
  • Renamed and refactored createDbUpdateBtn() to createUpdateButton().
  • Removed appendUpdateButtonToActivitiesTab() and divided its tasks into several smaller functions, including createActivitesPagination() and createButtonGroup().
  • Extended appendIcon() to support adding text before the labelling icon.

- โ™ป Refactored the router and handlers in main()
- โ™ป Refactored the trackActivities() for Profile Activities page
- ๐Ÿž Hide debug messages if not in Debug node
- ๐Ÿ— Support highlight background with red color
- ๐Ÿ— Support add text before the labelling icon
- ๐Ÿ— Added search and warning icons to appendIcon()
- ๐Ÿšฎ Removed the link to view the latest 100 activities
- โœจ Highlight failed labs with a red background color
- โœจ Added quick links to search unrecognized activities
- โœจ Added pagination on Profile Activities page
- ๐ŸŽจ Minor changed the alignment of buttons and icons on Profile Activities page
@chriskyfung chriskyfung added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Oct 14, 2021
@chriskyfung chriskyfung self-assigned this Oct 14, 2021
@chriskyfung chriskyfung merged commit 25e0b17 into master Oct 14, 2021
@chriskyfung chriskyfung deleted the v2.1 branch October 14, 2021 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant