Skip to content

bcgov/workbc-jb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

936 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Lifecycle:Maturing

Code Structure

See Workstation_Setup.md for instructions related to developer workstation setup. See Linux_Setup.md for instructions related to Linux developer setup.

Website Projects

Scheduled Tasks Projects (Console Applications)

  • WorkBC.Importers.Federal - Imports job XML from https://jobbank.gc.ca/ into the ImportedJobsFederal table. Also parses the XML and stores key metadata in the Jobs table for back-end reporting purposes.
  • WorkBC.Indexers.Federal - Parses XML in the ImportedJobsFederal table and indexes jobs in Elasticsearch
  • WorkBC.Importers.Wanted - (C#) Imports job XML from the Gartner (a.k.a. "Wanted") API into the ImportedJobsWanted table. Also parses the XML and stores key metadata in the Jobs table for back-end reporting purposes.
  • WorkBC.Importers.Wanted.Innovibe - (PHP) Replacement importer that fetches jobs from the Innovibe API into ImportedJobsWanted and syncs to the Jobs table. Runs as a Docker container / Kubernetes CronJob.
  • WorkBC.Indexers.Wanted - Parses XML in the ImportedJobsWanted table and indexes jobs in Elasticsearch
  • WorkBC.Notifications.JobAlerts - Sends daily emails for job alerts

Other Projects

Troubleshooting steps

  • If the appSettings are not being read properly in the Visual Studio solution or their values appear to be being overwritten, please check the "User secrets".
  • To access "User secrets", please right click on a project in Solution Explorer and click "Manage User secrets".
  • Check if the settings here are the ones that are overwriting the project appSettings. If yes, please delete the user secrets.

License

Copyright 2022 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

WorkBC JobBoard

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors