You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node-api has some basic support for mentoring related things (headcounts, mentors, shifts, specialties); however, we don't currently use them, and our frontend doesn't use them (specifically commented out).
Is it still desired to have mentoring related endpoints in the node-api w/ some sort of frontend for them? (If so, I would like clarification on what we actually need, so we can modify/build the right thing)
Or, have we found suitable alternative tools, and should we remove the existing mentoring related features?
Since we don't currently use this functionality and have been doing fine without it for some time, I propose we remove all mentoring related things.
This reduces our overhead in maintaining / testing functionality that isn't being used.
If there is a need for the API to support mentoring again in the future, the new models / endpoints can be designed according to that future need, using the current code as inspiration. In addition, future mentoring features should only be included if the implemented features have tests (as the current mentoring features do not).
The
node-api
has some basic support for mentoring related things (headcounts, mentors, shifts, specialties); however, we don't currently use them, and our frontend doesn't use them (specifically commented out).Is it still desired to have mentoring related endpoints in the
node-api
w/ some sort of frontend for them? (If so, I would like clarification on what we actually need, so we can modify/build the right thing)Or, have we found suitable alternative tools, and should we remove the existing mentoring related features?
@vuzDylan @khanny17
The text was updated successfully, but these errors were encountered: