Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Releases: topcoder-archive/topcoder-platform-taas-app

taas-app-v1.8

26 May 12:57
2158e6e
Compare
Choose a tag to compare

Release Notes

  • Allow user who created Job to edit it #112
  • PR : #270

taas-app-v1.7

19 May 06:47
9eb4998
Compare
Choose a tag to compare
Merge pull request #267 from topcoder-platform/dev

Interview Scheduler - Bug Fix's

taas-app-v1.6

04 May 07:56
a552223
Compare
Choose a tag to compare

Interview Scheduling Release

taas-app-v1.5.4

26 Apr 07:32
f940f44
Compare
Choose a tag to compare

Release Notes

  • feat: remove extra statuses for resource booking
  • feat: don't use time for Resource Bookings
  • docs: full local development guide

taas-app-v1.5.3.1

09 Apr 13:17
314c675
Compare
Choose a tag to compare

Patch Notes

  • add new Job Candidate status topcoder-rejected #142

taas-app-v1.5.3

29 Mar 08:28
5c9b8c7
Compare
Choose a tag to compare

Release Notes

  • feat: Disable Job Edit form when status is "assigned", "cancelled" or "closed" #138
  • fix: Filter by Team, not taking space into consideration #46
  • fix: respect APPENV when building for DEV/PROD

taas-app-v1.5.2

09 Mar 15:10
d3e46f8
Compare
Choose a tag to compare

Release Notes

  • feat: "Request Extension" now uses email popup instead of opening Email Client #124
  • feat: disable Job Description if job has isApplicationPageActive === true #125
  • fix: Open in Connect link in Team listings page is not working #128
  • fix: When we click on the URL posted on the description; it is redirected to an invalid URL #122
  • fix: Clicking on user from Manage access is displaying a blank page #135
  • feat: Edit Jobs: Resource Type now is select instead of text #120
  • feat: removed unused and problem caused features in Markdown editor #126

taas-app-v1.5.1

25 Feb 16:12
d44d989
Compare
Choose a tag to compare

Hotfix

Set env variable APPENV=prod to have production value by default, because the build script doesn't pickup this variable which leads to using DEV env variables on PROD.

We have to fix the build script to pickup APPENV from env variable to make this work properly on DEV and on PROD.

taas-app-v1.5

25 Feb 16:09
c16c3e2
Compare
Choose a tag to compare

Release Notes

  • feat: create and edit Jobs #12
  • feat: edit Resource Bookings #56
  • feat: report an Issue Interface #19
  • feat: enable Segment Analytics, track pages, change page titles #78
  • chore: CSS class names are minified #13
  • fix: Search/filter field should be on the right on Desktop #81
  • feat: Update Team Details Button Language & Candidate Selection Screen #80
  • fix: Selecting page in one tab of Job Candidates View screen is affecting the other tabs. #68
  • fix: Skills Popup Improvements #45
  • feat: Include count of open jobs in jobs list #35
  • fix: UI issues in Mobile #54
  • feat: Hide Yes No buttons for Candidates list for user without access to update candidate status #38
  • fix: Hypen is displayed if date not added #53

taas-app-v1.0.1

25 Feb 08:45
dc81fbc
Compare
Choose a tag to compare

To make a hotfix for the issue #114 we had to add one feature:

  • feat: allow filtering candidates by several statuses. In particular, the "Interested" tab now is showing candidates in statuses "shortlisted" and "interview". See the source code of the PR for more details #115.