{"id":35755779,"url":"https://github.com/bcgov/workbc-jb","last_synced_at":"2026-02-17T22:11:02.673Z","repository":{"id":59420298,"uuid":"518916068","full_name":"bcgov/workbc-jb","owner":"bcgov","description":"WorkBC JobBoard","archived":false,"fork":false,"pushed_at":"2026-02-09T18:19:46.000Z","size":6575,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-09T22:19:40.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcgov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-28T16:19:25.000Z","updated_at":"2026-02-09T18:07:31.000Z","dependencies_parsed_at":"2023-10-13T07:57:27.587Z","dependency_job_id":"85847c35-21ef-4899-8ce0-7573ca2f735a","html_url":"https://github.com/bcgov/workbc-jb","commit_stats":null,"previous_names":[],"tags_count":115,"template":false,"template_full_name":null,"purl":"pkg:github/bcgov/workbc-jb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fworkbc-jb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fworkbc-jb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fworkbc-jb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fworkbc-jb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcgov","download_url":"https://codeload.github.com/bcgov/workbc-jb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fworkbc-jb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29559973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T21:50:49.831Z","status":"ssl_error","status_checked_at":"2026-02-17T21:46:15.313Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-06T21:18:13.289Z","updated_at":"2026-02-17T22:11:02.667Z","avatar_url":"https://github.com/bcgov.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started\n\n[![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](https://github.com/bcgov/workbc-main)\n\n# Code Structure\n\nSee [Workstation_Setup.md](docs/Workstation_Setup.md) for instructions related to developer workstation setup.\nSee [Linux_Setup.md](docs/Linux_Setup.md) for instructions related to Linux developer setup.\n\n## Website Projects\n\n* [WorkBC.Web](src/WorkBC.Web):  The public interface for the Job Board.  This is .NET Core API Application with and Angular front-end.\n    * The Angular application is in [WorkBC.Web/ClientApp](src/WorkBC.Web/ClientApp), and it is split into 3 projects:\n        * [WorkBC.Web/ClientApp/project/jb-search](src/WorkBC.Web/ClientApp/project/jb-search) - single page application for the search interface\n        * [WorkBC.Web/ClientApp/project/jb-account](src/WorkBC.Web/ClientApp/project/jb-account) - single page application for the My Account interface\n        * [WorkBC.Web/ClientApp/project/jb-lib](src/WorkBC.Web/ClientApp/project/jb-lib) - library of components shared between jb-search and jb-account\n\n* [WorkBC.Admin](src/WorkBC.Admin):  The admin interface for the Job Board.  This is .NET Core MVC Application.\n\n## Scheduled Tasks Projects (Console Applications)\n\n* [WorkBC.Importers.Federal](src/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.\n* [WorkBC.Indexers.Federal](src/WorkBC.Indexers.Federal) - Parses XML in the ImportedJobsFederal table and indexes jobs in Elasticsearch\n* [WorkBC.Importers.Wanted](src/WorkBC.Importers.Wanted) - 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.\n* [WorkBC.Indexers.Wanted](src/WorkBC.Indexers.Wanted) - Parses XML in the ImportedJobsWanted table and indexes jobs in Elasticsearch\n* [WorkBC.Notifications.JobAlerts](src/WorkBC.Notifications.JobAlerts) - Sends daily emails for job alerts\n\n## Other Projects\n\n* [WorkBC.Data](src/WorkBC.Data) - Entity Framework models \u0026 migrations\n* [WorkBC.Elasticsearch.Indexing](src/WorkBC.Elasticsearch.Indexing) - XML parsing logic and other shared code used by Importers and Indexers projects\n* [WorkBC.ElasticSearch.Models](src/WorkBC.ElasticSearch.Models) - Strongly typed objects used for Elasticsearch documents \u0026 requests (serializing, deserializing, searching)\n* [WorkBC.ElasticSearch.Search](src/WorkBC.ElasticSearch.Search) - Library for building Elasticsearch queries based on the job board search interface\n* [WorkBC.Shared](src/WorkBC.Shared) - Miscellaneous helpers, constants, extensions, shared by different projects\n* [WorkBC.Tests](src/WorkBC.Tests) - C# unit tests \u0026 integration tests (xunit)\n\n## Troubleshooting steps\n\n* 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\".\n* To access \"User secrets\", please right click on a project in Solution Explorer and click \"Manage User secrets\".\n* Check if the settings here are the ones that are overwriting the project appSettings. If yes, please delete the user secrets.\n\n## License\n\n    Copyright 2022 Province of British Columbia\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Fworkbc-jb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcgov%2Fworkbc-jb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Fworkbc-jb/lists"}