Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.52 KB

File metadata and controls

46 lines (38 loc) · 1.52 KB

Client User - Technical Overview

Client users have separate endpoint to be able to use the platform. For more on this endpoint, please refer to login_client.

There is a separate interface for the client users, see client_layout, which has separate css and js files.

Client user object:

{
    "globalm": {
        "mappings": {
            "gmclientusers": {
                "properties": {
                    "authorized": {
                        "type": "boolean"
                    },
                    "email": {
                        "type": "string",
                        "index": "not_analyzed"
                    },
                    "idClient": {
                        "type": "string"
                    },
                    "password": {
                        "type": "string"
                    },
                    "sid": {
                        "type": "string"
                    }
                }
            }
        }
    }
}

Main features:

  • client-user can access customised dashboard
  • client-user can customise the stages for the specific jobs
  • client-user can move the candidate from stage to stage

More information on the client-user dashboard, please see client-user-dashboard.