Compare commits

...

2 Commits

Author SHA1 Message Date
a74de768ac Add timeSensitive option for dispatch
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-20 10:20:08 +01:00
cc5879e0a8 bumpt 2024-02-14 09:51:32 +01:00
3 changed files with 7480 additions and 9018 deletions

View File

@ -22,3 +22,4 @@ PAYLOAD_PUBLIC_SERVER_URL=http://localhost:3000
Push commits, it will auto-deploy to [kios-admin.lumbung.space](https://kios-admin.lumbung.space). CI/CD is powered by [Drone](https://drone.autonomic.zone/ruangrupa/lumbung-kios-cms), it uses the `Dockerfile` in the root project folder for builds. You can test builds locally using `docker build .`.
The application is running on the `ruangrupa-dedi` server as a vanilla Docker swarm stack.

View File

@ -38,6 +38,20 @@ const Dispatches: CollectionConfig = {
relationTo: 'couriers',
hasMany: false,
},
{
name: 'timeSensitive',
type: 'select',
options: [
{
label: 'Yes',
value: 'yes',
},
{
label: 'No',
value: 'no',
},
],
},
{
name: 'status', // required
type: 'select', // required

16483
yarn.lock

File diff suppressed because it is too large Load Diff