-
Notifications
You must be signed in to change notification settings - Fork 33
TaaS FAQ General
How does logic isApplicationPageActive works ?
- Each job records has field isApplicationPageActive (default false).
Note job.isApplicationPageActive
is a new field which is yet to implemented.
refer https://github.com/topcoder-platform/taas-app/issues/125
-
When for that particualr job, if isApplicationPageActive = false. job description from frontend can be edited.
-
Now, At RCRM, the manager review job description and is fine with posting to gig web page. For that He enables enable job application form. I believe by enabling this flag at RCRM - job will be posted to webpage automatically.
-
3rd step, triggers job updated RCRM event which we capture at Zapier.
-
At Zapier, we shall check enable job application form= 1 (true).(not sure enable = 1 or 0. need to check)
-
If true patch job.isApplicationPageActive=true (for Job.ExternalID)
-
At front-end, check if isApplicationPageActive=true if yes, disable job description editing as it is already reviewed by RCRM manager and posted to website and add (“You may not edit a Job Description that is currently posted to Topcoder.com. Please contact [email protected].“)
On button click on Open in connect
on TaaS Home page, gives 404 error
-
This could be due to role issue. Currently only
bookingmanager
andconnectmanager
is having full access both to connect and taas app.
I cannot see memberRate
at Taas App
memberRates
are confidential, only customer of the project and TaaS admin (bookingmanager
) has full access to all fields
I can see all project/teams at taas-app
even though i am a normal topcoder user
- In this issues, user also had
connect manager
hence user was able to see allprojects
. Always check what kind ofrole
access you have, Note that, You can see all projects in Connect App, even thoughuser
is not a member of the project.This is because the user might have connect manager role.Booking Manager
is a general role likeConnect Manager
if user has that role, then user can access any Team in TaaS App