BizDoc.Infrastructure.HiBob
0.1.0
dotnet add package BizDoc.Infrastructure.HiBob --version 0.1.0
NuGet\Install-Package BizDoc.Infrastructure.HiBob -Version 0.1.0
<PackageReference Include="BizDoc.Infrastructure.HiBob" Version="0.1.0" />
paket add BizDoc.Infrastructure.HiBob --version 0.1.0
#r "nuget: BizDoc.Infrastructure.HiBob, 0.1.0"
// Install BizDoc.Infrastructure.HiBob as a Cake Addin #addin nuget:?package=BizDoc.Infrastructure.HiBob&version=0.1.0 // Install BizDoc.Infrastructure.HiBob as a Cake Tool #tool nuget:?package=BizDoc.Infrastructure.HiBob&version=0.1.0
Hi-Bob for BizDoc
program.cs.
AddBizDoc().AddHiBob(options => {
options.ApiKey = "api-key";
}, /* configure => configure.UseEmployeeProvider() */
);
Map HiBob employee id to BizDoc identity
AddBizDoc().AddHiBob(options => {
options.EmployeeId = ctx => ctx.ServiceProvider.GetService<Mapper>().Translate(ctx.Identity),
options.Identity = ctx => ctx.Employee.Email,
});
Use As a Service
Inject IHiBobService
.
public class MyClass (IHiBobService service) {
async Task Work() {
var tasks = await service.ListEmployeeTasksAsync("");
}
}
Method |
---|
ListEmployeesAsync |
FindEmployeeAsync |
FindEmployeeAsync<TEmployee> |
ReadEmployeeTasksAsync |
ListEmployeeWorkHistory |
ListEmployeeEmploymentHistory |
SubmitTimeoffRequestAsync |
ReadAvatarAsync |
GetCompanyListAsync |
CreateTableEntryAsync<T> |
UpdateTableEntryAsync<T> |
DeleteTableEntryAsync |
ReadCustomTableAsync<T> |
UploadDocumentAsync |
UploadFileAsync |
UploadFilesAsync |
MarkTaskAsCompleteAsync |
TerminateEmployeeAsync |
DownloadDocumentsAsync |
AddListItemAsync |
CreateEmployeeAsync |
CreateEmploymentEntryAsync |
CreateTrainingRecordAsync |
CreateSalaryEntryAsync |
CreateVariablePaymentAsync |
CreateEquityGrantAsync |
ReadPositionsAsync |
Components
Widgets
Group Compare, list-based performance.
Staff Pending Documents, field-based. Uses work.reportsTo.id by default.
Staff Peers Performance, compare users performace, field-based. Uses shared work.reportsTo.id by default.
Attributes
Owner Field, per Bob field.
Workflow
Manager Approval, per field.
Upload Attachments.
Terminate Employee.
Types
Named List, per list.
Rules
Owner Field, document owner per field.
User Field, current user HiBob field.
Angular
Archiecture tool depends on @bizdoc/hi-bob module.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- BizDoc.Core (>= 8.27.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 91 | 7/29/2024 |
0.0.22 | 115 | 3/16/2024 |
0.0.21 | 102 | 2/28/2024 |
0.0.20 | 95 | 2/26/2024 |
0.0.19 | 133 | 2/13/2024 |
0.0.18 | 107 | 2/12/2024 |
0.0.17 | 102 | 2/11/2024 |
0.0.16 | 124 | 2/11/2024 |
0.0.15 | 128 | 2/11/2024 |
0.0.13 | 117 | 2/10/2024 |
0.0.12 | 114 | 2/10/2024 |
0.0.10 | 127 | 2/8/2024 |
0.0.8 | 112 | 2/7/2024 |
0.0.7 | 117 | 2/7/2024 |
0.0.6 | 133 | 1/17/2024 |
0.0.5 | 123 | 1/14/2024 |
0.0.4 | 162 | 12/23/2023 |
0.0.3 | 145 | 12/12/2023 |
0.0.2 | 157 | 11/28/2023 |
0.0.1 | 125 | 11/27/2023 |