{"id":18780682,"url":"https://github.com/simplicitesoftware/module-coworking","last_synced_at":"2025-12-19T01:30:13.862Z","repository":{"id":80897016,"uuid":"513527621","full_name":"simplicitesoftware/module-coworking","owner":"simplicitesoftware","description":"Coworking spaces management backend module","archived":false,"fork":false,"pushed_at":"2022-07-13T13:20:57.000Z","size":357,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-29T10:45:02.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplicitesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-07-13T13:14:39.000Z","updated_at":"2022-07-13T13:21:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"b4c9fe9a-de50-4baf-962f-b6d01b4f392e","html_url":"https://github.com/simplicitesoftware/module-coworking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-coworking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-coworking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-coworking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-coworking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-coworking/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239697444,"owners_count":19682419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-07T20:27:37.930Z","updated_at":"2025-12-19T01:30:13.788Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n ___ _            _ _    _ _    __\n/ __(_)_ __  _ __| (_)__(_) |_ /_/\n\\__ \\ | '  \\| '_ \\ | / _| |  _/ -_)\n|___/_|_|_|_| .__/_|_\\__|_|\\__\\___|\n            |_| \n--\u003e\n![](https://docs.simplicite.io//logos/logo250.png)\n* * *\n\n`Coworking` module definition\n=============================\n\n\n\n`CowBooking` business object definition\n---------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowBookBookingNumber`                                       | int(100)                                 | yes*     | yes       |          | -                                                                                |\n| `cowBookCusId` link to **`CowCustomers`**                    | id                                       | yes      | yes       |          | -                                                                                |\n| _Ref. `cowBookCusId.cowCusFirstName`_                        | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowBookCusId.cowCusName`_                             | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowBookCusId.cowCusBirthDate`_                        | _date_                                   |          |           |          | -                                                                                |\n| _Ref. `cowBookCusId.cowCusPhoneNumber`_                      | _phone(10)_                              |          |           |          | -                                                                                |\n| _Ref. `cowBookCusId.cowCusMail`_                             | _email(50)_                              |          |           |          | -                                                                                |\n| `cowBookRoomId` link to **`CowRoom`**                        | id                                       | yes      | yes       |          | -                                                                                |\n| _Ref. `cowBookRoomId.cowRoomFloor`_                          | _char(3)_                                |          |           |          | -                                                                                |\n| _Ref. `cowBookRoomId.cowRoomBuiId`_                          | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiName`_                             | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiOpeningTime`_                      | _time_                                   |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiAdress`_                           | _text(1000)_                             |          |           |          | -                                                                                |\n| _Ref. `cowBookRoomId.cowRoomNumber`_                         | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiClosingTime`_                      | _time_                                   |          |           |          | -                                                                                |\n| `cowBookStatus`                                              | enum(100) using `COWBOOKSTATUS` list     | yes      | yes       |          | -                                                                                |\n| _Ref. `cowBookRoomId.cowRoomCapacity`_                       | _int(100)_                               |          |           |          | -                                                                                |\n| `cowBookDate`                                                | date                                     | yes      | yes       |          | -                                                                                |\n| `cowBookBeginningTime`                                       | time                                     | yes      | yes       |          | -                                                                                |\n| `cowBookEndingTime`                                          | time                                     | yes      | yes       |          | -                                                                                |\n| `cowBookNotDisponible`                                       | text(100)                                |          |           |          | -                                                                                |\n\n### Lists\n\n* `COWBOOKSTATUS`\n    - `PENDING` \n    - `CONFIRM` Confirmed\n    - `CANCEL` Cancelled\n\n### Custom actions\n\n* `COW_CHECK_TIMING`: \n\n`CowBuilding` business object definition\n----------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowBuiName`                                                 | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `cowBuiAdress`                                               | text(1000)                               | yes*     | yes       |          | -                                                                                |\n| `cowBuiOpeningTime`                                          | time                                     |          | yes       |          | -                                                                                |\n| `cowBuiClosingTime`                                          | time                                     |          | yes       |          | -                                                                                |\n| `cowBuiPicture`                                              | image                                    |          | yes       |          | -                                                                                |\n\n`CowCustomers` business object definition\n-----------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowCusFirstName`                                            | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `cowCusName`                                                 | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `cowCusBirthDate`                                            | date                                     | yes*     | yes       |          | -                                                                                |\n| `cowCusMail`                                                 | email(50)                                | yes      | yes       |          | -                                                                                |\n| `cowCusPhoneNumber`                                          | phone(10)                                | yes      | yes       |          | -                                                                                |\n| `cowCusPassword`                                             | password(100)                            | yes      | yes       |          | -                                                                                |\n\n`CowEligibleOptions` business object definition\n-----------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowEliRoomId` link to **`CowRoom`**                         | id                                       | yes*     | yes       |          | -                                                                                |\n| _Ref. `cowEliRoomId.cowRoomNumber`_                          | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowEliRoomId.cowRoomFloor`_                           | _char(3)_                                |          |           |          | -                                                                                |\n| _Ref. `cowEliRoomId.cowRoomBuiId`_                           | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiName`_                             | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiAdress`_                           | _text(1000)_                             |          |           |          | -                                                                                |\n| `cowEliOptId` link to **`CowOptions`**                       | id                                       | yes*     | yes       |          | -                                                                                |\n| _Ref. `cowEliOptId.cowOptOptionName`_                        | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowEliOptId.cowOptDescription`_                       | _text(100)_                              |          |           |          | -                                                                                |\n\n`CowOptions` business object definition\n---------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowOptOptionName`                                           | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `cowOptDescription`                                          | text(100)                                |          | yes       |          | -                                                                                |\n\n`CowOptionsLine` business object definition\n-------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowOptlBookId` link to **`CowBooking`**                     | id                                       | yes*     | yes       |          | -                                                                                |\n| _Ref. `cowOptlBookId.cowBookBookingNumber`_                  | _int(100)_                               |          |           |          | -                                                                                |\n| _Ref. `cowOptlBookId.cowBookCusId`_                          | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowBookCusId.cowCusName`_                             | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowBookCusId.cowCusBirthDate`_                        | _date_                                   |          |           |          | -                                                                                |\n| _Ref. `cowBookCusId.cowCusFirstName`_                        | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowOptlBookId.cowBookRoomId`_                         | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowBookRoomId.cowRoomFloor`_                          | _char(3)_                                |          |           |          | -                                                                                |\n| _Ref. `cowBookRoomId.cowRoomBuiId`_                          | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowBookRoomId.cowRoomNumber`_                         | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiAdress`_                           | _text(1000)_                             |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiName`_                             | _char(100)_                              |          |           |          | -                                                                                |\n| `cowOptlEliId` link to **`CowEligibleOptions`**              | id                                       | yes*     | yes       |          | -                                                                                |\n| _Ref. `cowOptlEliId.cowEliRoomId`_                           | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowEliRoomId.cowRoomNumber`_                          | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowEliRoomId.cowRoomFloor`_                           | _char(3)_                                |          |           |          | -                                                                                |\n| _Ref. `cowEliRoomId.cowRoomBuiId`_                           | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiAdress`_                           | _text(1000)_                             |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiName`_                             | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowOptlEliId.cowEliOptId`_                            | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowEliOptId.cowOptOptionName`_                        | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowEliOptId.cowOptDescription`_                       | _text(100)_                              |          |           |          | -                                                                                |\n\n`CowPrivateSpace` business object definition\n--------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n\n`CowPublicSpace` business object definition\n-------------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n\n`CowRequest` business object definition\n---------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowReqWorId` link to **`CowWorkspace`**                     | id                                       | yes*     | yes       |          | -                                                                                |\n| _Ref. `cowReqWorId.cowWorSeatNumber`_                        | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowReqWorId.cowWorStatus`_                            | _enum(100) using `COWWORSTATUS` list_    |          |           |          | -                                                                                |\n| _Ref. `cowReqWorId.cowWorAvailability`_                      | _boolean_                                |          |           |          | -                                                                                |\n| _Ref. `cowReqWorId.cowWorBuiId`_                             | _id_                                     |          |           |          | -                                                                                |\n| _Ref. `cowWorBuiId.cowBuiName`_                              | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowWorBuiId.cowBuiAdress`_                            | _text(1000)_                             |          |           |          | -                                                                                |\n| `cowReqCusId` link to **`CowCustomers`**                     | id                                       | yes*     | yes       |          | -                                                                                |\n| _Ref. `cowReqCusId.cowCusFirstName`_                         | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowReqCusId.cowCusName`_                              | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowReqCusId.cowCusBirthDate`_                         | _date_                                   |          |           |          | -                                                                                |\n| _Ref. `cowReqCusId.cowCusPhoneNumber`_                       | _phone(10)_                              |          |           |          | -                                                                                |\n| _Ref. `cowReqCusId.cowCusMail`_                              | _email(50)_                              |          |           |          | -                                                                                |\n| `cowReqStatus`                                               | enum(100) using `COWREQSTATUS` list      | yes      | yes       |          | -                                                                                |\n\n### Lists\n\n* `COWWORSTATUS`\n    - `PUBLIC` Public\n    - `PRIVATE` Private\n* `COWREQSTATUS`\n    - `WAITLIST` Waitlist\n    - `ACCEPTED` Accepted\n    - `CANCELLED` Cancelled\n\n`CowRoom` business object definition\n------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowRoomNumber`                                              | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `cowRoomFloor`                                               | char(3)                                  | yes*     | yes       |          | -                                                                                |\n| `cowRoomCapacity`                                            | int(100)                                 | yes      | yes       |          | -                                                                                |\n| `cowRoomBuiId` link to **`CowBuilding`**                     | id                                       | yes*     | yes       |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiName`_                             | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiAdress`_                           | _text(1000)_                             |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiOpeningTime`_                      | _time_                                   |          |           |          | -                                                                                |\n| _Ref. `cowRoomBuiId.cowBuiClosingTime`_                      | _time_                                   |          |           |          | -                                                                                |\n\n`CowWorkspace` business object definition\n-----------------------------------------\n\n\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      |\n|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|\n| `cowWorSeatNumber`                                           | char(100)                                | yes*     | yes       |          | -                                                                                |\n| `cowWorAvailability`                                         | boolean                                  | yes      |           |          | -                                                                                |\n| `cowWorStatus`                                               | enum(100) using `COWWORSTATUS` list      | yes*     | yes       |          | -                                                                                |\n| `cowWorBuiId` link to **`CowBuilding`**                      | id                                       | yes*     | yes       |          | -                                                                                |\n| _Ref. `cowWorBuiId.cowBuiName`_                              | _char(100)_                              |          |           |          | -                                                                                |\n| _Ref. `cowWorBuiId.cowBuiAdress`_                            | _text(1000)_                             |          |           |          | -                                                                                |\n\n### Lists\n\n* `COWWORSTATUS`\n    - `PUBLIC` Public\n    - `PRIVATE` Private\n\n### Custom actions\n\n* `COW_UPDATE_AVAILABILITY`: \n\n`CowBuiMaps` external object definition\n---------------------------------------\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-coworking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-coworking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-coworking/lists"}