Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

CoopCycle

Open source logistics platform. Only for worker-owned business.
Collective - Host: opensource - https://opencollective.com/coopcycle - Website: https://coopcycle.org - Code: https://github.com/coopcycle

Use componentDidUpdate to toggle calendar.

github.com/coopcycle/coopcycle-app - d2467bf9147da9012af9693199e26c0814ab1f4e authored almost 7 years ago
feat: display address name

github.com/coopcycle/coopcycle-app - 3ed0b91218bfdd97e6485ad815afceba5435ae35 authored almost 7 years ago
clean: revert pickup/dropoff order in task edit modal

github.com/coopcycle/coopcycle-web - cd1c2a786f34089e4912acd86d3a1d1eabf9f3bc authored almost 7 years ago
fix: do not propagate "delete" action to TaskGroup

github.com/coopcycle/coopcycle-web - 0a75ce991ffa11c106e15d969c55b427e02bdc3f authored almost 7 years ago
Merge pull request #47 from coopcycle/add-calendar-picker

Add calendar picker on tasks pages

github.com/coopcycle/coopcycle-app - c4a0f25042a7533c57d5ee6381131f6bd4089cc5 authored almost 7 years ago
clean: make whole calendar button clickable

github.com/coopcycle/coopcycle-app - 0428b6de49e27f4b9a39c6a549c7e1d3855ff03e authored almost 7 years ago
clean: toggle calendar on current date press

github.com/coopcycle/coopcycle-app - c6429b0b70b6f6e1cbd1ee0d24b54ba87136a947 authored almost 7 years ago
fix: correct syntax for calls to static JS methods

github.com/coopcycle/coopcycle-app - 939ddf1a5fe035d90e5747e962e59b8101b09501 authored almost 7 years ago
Add missing foreign key.

github.com/coopcycle/coopcycle-web - 9a68729ebfbf3061c0ca03e31d3e1268c89144e1 authored almost 7 years ago
Introduce TaskCollection entity.

github.com/coopcycle/coopcycle-web - 3595e6b4a7a351aedcc849a97a19a2e67ee84048 authored almost 7 years ago
Add order.ready_at.

- Trigger task_collection.change when duration has been calculated.
- Calculate order.ready_at b...

github.com/coopcycle/coopcycle-web - 951f8283c3d80e067058651bfb8da4e5b6fe9412 authored almost 7 years ago
Introduce Task\CollectionInterface.

github.com/coopcycle/coopcycle-web - 8cf9d00265e4aa8496b2383fedecf8286e22407e authored almost 7 years ago
Improve usage of denormalization_context & validators.

- Introduce OrderValidator & DeliveryValidator.
- Remove useless manual calls to validator.
- Ca...

github.com/coopcycle/coopcycle-web - 4ca14864be2d5f664468aee040cbbe325cd0559e authored almost 7 years ago
Delivery is a TaskCollection.

github.com/coopcycle/coopcycle-web - a0c9f3af35d050d950a3293c69bc31bb42539168 authored almost 7 years ago
Merge pull request #228 from Ladias-Elie/add-test-for-task-object

Write first test for Task entity

github.com/coopcycle/coopcycle-web - 667a570358458098cd06ed8ac230f6a8717b02a8 authored almost 7 years ago
Update test schema before running PHPUnit.

github.com/coopcycle/coopcycle-web - 09d8d04014582adf9d800129d06cf7785f5572f8 authored almost 7 years ago
Remove useless admin endpoint, remove delivery.data.

github.com/coopcycle/coopcycle-web - 582c47de7133e3341c0c91c9ecec639aabef9c7e authored almost 7 years ago
Introduce CartValidator, remove cart.distance. Fixes #170.

github.com/coopcycle/coopcycle-web - c962ef9ceb303af6290f9202f67692e8980c0c70 authored almost 7 years ago
add more test in Task.php for testing the event behavior

github.com/coopcycle/coopcycle-web - ba874acdd03b0a49962be262679a733756106f4a authored almost 7 years ago
Remove deprecated page.

github.com/coopcycle/coopcycle-web - 5e54c3cdfa6c1e00250b42e4c4f4506c3e714c78 authored almost 7 years ago
Properly delete cart item. Fixes #236.

github.com/coopcycle/coopcycle-web - 7ece0421a388ddbf19b15a69d8e29e17444553d4 authored almost 7 years ago
Introduce NotificationManager.

- Add order.create & order.cancel events.
- Add OrderManager::cancel.
- Do not rely on entity li...

github.com/coopcycle/coopcycle-web - 6c1b40cd70ed94c56200dcf587722b929f177582 authored almost 7 years ago
Fix null property.

github.com/coopcycle/coopcycle-web - 644891651f7c1b4f2a7472aa5f153248fceec3a2 authored almost 7 years ago
Simplify task modal JavaScript usage.

github.com/coopcycle/coopcycle-web - 015611d756eaeafac1c5f15e884245e1f6c523c4 authored almost 7 years ago
Fix wrong superclass.

github.com/coopcycle/coopcycle-web - a2f42fe91a805fc639f4dbd04f417459b3d30886 authored almost 7 years ago
clean: rename address_name to address.name at import

github.com/coopcycle/coopcycle-web - 9681ae6397fec796ffa74814ab705251e946ef61 authored almost 7 years ago
feat: add field address_name to import + display on map

Fix #229

github.com/coopcycle/coopcycle-web - b1ae30f120a50e00ea9f4672f029b96a54af71ef authored almost 7 years ago
feat: handle task failed/done with Redux

github.com/coopcycle/coopcycle-app - 975ca3bee6e8d59f83d4bc52d050271d541b2d6a authored almost 7 years ago
feat: proper implementation of calendar on tasks list (at least!)

github.com/coopcycle/coopcycle-app - 505ae91f86b579afad0f606cf8f33ba4f7268a7d authored almost 7 years ago
clean: remove unused code

github.com/coopcycle/coopcycle-app - 07faa2e08fb3e348c15ded482a8a9739614bc7ca authored almost 7 years ago
feat: add calendar on TaskListPage

github.com/coopcycle/coopcycle-app - ae84564eb089c0d3f14d4105748bc6b8b6450a6f authored almost 7 years ago
feat: handle task fetching in redux

github.com/coopcycle/coopcycle-app - 17d54383b2dcaa9ea930977d7e2ea8233c95e0c5 authored almost 7 years ago
Use latest OSRM Docker image, update scripts. Fixes #191.

github.com/coopcycle/coopcycle-web - 5aa9a938225d5b7e492b889d834825dddf42b5da authored almost 7 years ago
Add OSM file for Paris.

github.com/coopcycle/coopcycle-website - aeba501969c01b45f976ed3035a9dd50fa0f3bef authored almost 7 years ago
Add NOT NULL constraint.

github.com/coopcycle/coopcycle-web - 9202ee9b672fac10ba03a449088f18d19f3f3485 authored almost 7 years ago
Remove useless translations.

github.com/coopcycle/coopcycle-web - 6ea5c240187ff837a0a09aea3464bf27ebc6c82e authored almost 7 years ago
Remove useless form fields.

github.com/coopcycle/coopcycle-web - 2e18031e3c2e854a07426d83d31e9f8d98170c64 authored almost 7 years ago
Update dependencies (Symfony 3.4 & API Platform 2.2).

- Fix RestaurantFilter.
- Fix deprecations.
- Set SYMFONY_DEPRECATIONS_HELPER to "weak".

github.com/coopcycle/coopcycle-web - 24c3fcb8b4ea812ddab2ed07b346929691a719e5 authored almost 7 years ago
Remove deprecated stuff.

github.com/coopcycle/coopcycle-web - fdfa539680d7ff9ce57d6a7ab0e7f3a0fe0a8372 authored almost 7 years ago
Make sure restaurant.contract is fetched. Fixes #224.

github.com/coopcycle/coopcycle-web - a5503008460fa248c8da9f0cb6bbe568cfcb2ef1 authored almost 7 years ago
Add try/catch block. Fixes #220.

github.com/coopcycle/coopcycle-web - bb0c0d289b696102ab2b6b92a4e135814c88c5cc authored almost 7 years ago
Add more export columns.

github.com/coopcycle/coopcycle-web - b0893317f7c0f8c834eb1fea54ded7772e9c51a6 authored almost 7 years ago
Write first test for Task entity

github.com/coopcycle/coopcycle-web - dedb72cde3fd0b3832c98762d5f17567fd961bd5 authored almost 7 years ago
fix: handle linked tasks done different days

github.com/coopcycle/coopcycle-web - fb6c7bb3172fe348714ea21f1f0a4f92ff088e4b authored almost 7 years ago
Merge pull request #221 from coopcycle/task-groups

Introduce task groups

github.com/coopcycle/coopcycle-web - 7e9c36170ed3f77ce74edb7a6db1314a0c13a2ed authored almost 7 years ago
Handle task groups in dashboard.

github.com/coopcycle/coopcycle-web - 3cbfd52a6ef2bcfe40703bd3421c0eca21f64eb2 authored almost 7 years ago
Introduce TaskGroup entity.

github.com/coopcycle/coopcycle-web - db678843ba3ea8a16b9eb0f4fb7c030cf02f9963 authored almost 7 years ago
Groups tasks during import.

github.com/coopcycle/coopcycle-web - e8e04778aab1bbdc26872037d3a23a63a1180ca5 authored almost 7 years ago
Bump version to 0.6.4.

github.com/coopcycle/coopcycle-app - e8c0d0d15bd0956dd38e5a462f8ce07df180d65f authored almost 7 years ago
Store task notes on success, DRY.

github.com/coopcycle/coopcycle-web - db72279db164a69bd45e548e13e5b3d948e0a1e2 authored almost 7 years ago
Send notes on successful task. Fixes #44.

github.com/coopcycle/coopcycle-app - 7525e5869413eb996cc8b635c17b6cd9df8a33f5 authored almost 7 years ago
Always clone response. Fixes #45.

github.com/coopcycle/coopcycle-app - a81acaea2fdca4ff8e269599b49f4e170babc81f authored almost 7 years ago
Merge pull request #42 from Ladias-Elie/master

Add some installation details in README.md

github.com/coopcycle/coopcycle-app - f9733d4af2b555b6f19ec4c7d2ba4e72ad42cec1 authored almost 7 years ago
Add some installation details in REAMDME.md

github.com/coopcycle/coopcycle-app - c209821d1509d1fa7dfdd8ff2ea4546aaca48410 authored almost 7 years ago
fix: fixed width for side-panel

Fix #216

github.com/coopcycle/coopcycle-web - d68278f53086f45a27a2103fc4e927cf799f11c6 authored almost 7 years ago
clean: improve display of tasks on dashboard

Fix #199

github.com/coopcycle/coopcycle-web - f089c41244b4e95d8e65d1fbaa216e7b992975fc authored almost 7 years ago
Add more release instructions.

github.com/coopcycle/coopcycle-app - c3872100a4177cf2465f45d5d7f8dfa5b0f25055 authored almost 7 years ago
Workaround to compile with Gradle 3.

- https://github.com/facebook/react-native/issues/16906
- https://github.com/facebook/react-nati...

github.com/coopcycle/coopcycle-app - c9a8db573983cbbb622b59b07393c870c01a0934 authored almost 7 years ago
Upgrade to React Native 0.53.

github.com/coopcycle/coopcycle-app - 8b682adc04ae9b24683158e4364afc27831d875f authored almost 7 years ago
Remove files from src/main/res/drawable-*.

github.com/coopcycle/coopcycle-app - be7ca631bf3d791ad58e78734567b44937ff767a authored almost 7 years ago
Bump buildToolsVersion to 26.0.2.

github.com/coopcycle/coopcycle-app - e1fe9199dc15ef71705060acf906e50cdb83f513 authored almost 7 years ago
Bump version to 0.6.3.

github.com/coopcycle/coopcycle-app - f808ffe305c34914b684a5d1d73510523d4f9123 authored almost 7 years ago
More space for buttons.

github.com/coopcycle/coopcycle-app - 6604001aa639873243cc7d660fce749f56db0922 authored almost 7 years ago
Style items depending on status.

github.com/coopcycle/coopcycle-app - dabebc45b2f97339e39b825521248c799754cafd authored almost 7 years ago
Improve DateSelectHeader.

- Fix layout.
- Move layout components to TaskListPage.
- Add DateSelectHeader on TaskListPage w...

github.com/coopcycle/coopcycle-app - 29e600ab14afaf6ed756ada5c29baabaee88379e authored almost 7 years ago
feat: add a date picker on top of TasksPage

github.com/coopcycle/coopcycle-app - a957217229ac2a8355381bcc9a70db0db3c69847 authored almost 7 years ago
clean: remove inline style from TaskPage

github.com/coopcycle/coopcycle-app - ed6e8d8c35ae22759a4d5c909dd172a0a265b942 authored almost 7 years ago
Set Predis read_write_timeout to 0.

github.com/coopcycle/coopcycle-web - 9c5af6d04d5dd91bcc0bc937625a517464177529 authored almost 7 years ago
Highlight tasks added to TaskList. Fixes #38.

github.com/coopcycle/coopcycle-app - e8047931840fa14ada72465288c7602f345d597b authored almost 7 years ago
Show toast message when tasks have changed. Fixes #36.

github.com/coopcycle/coopcycle-app - c0cb4bc94c6bed225f9a6338aaf73368772e2f3b authored almost 7 years ago
Fix missing constants.

github.com/coopcycle/coopcycle-app - c81830a114eecdea317b27c641755fcff68b0018 authored almost 7 years ago
Publish "tasks:changed" event when tasks have changed for a user.

github.com/coopcycle/coopcycle-web - ac995f5acc48a0d509fc93cfc595630a108bd76f authored almost 7 years ago
feat: add a 'styles' directory to organize CSS

github.com/coopcycle/coopcycle-app - aa199b8316a4489a07e865196494b5d5177a024a authored almost 7 years ago
clean: restyle task list button

github.com/coopcycle/coopcycle-app - 2266eb9f9dae7f8bf081f4c7cf5790cff21eafdb authored almost 7 years ago
feat: refactor TaskList to use color vars

github.com/coopcycle/coopcycle-app - 3da38e078316a45f8028d74cdcbd55fff736106f authored almost 7 years ago
clean: set back chevron color to white

github.com/coopcycle/coopcycle-app - 3c5b01c5ed026f4467969a410541004e508e6654 authored almost 7 years ago
clean: add a message when there is no tasks

github.com/coopcycle/coopcycle-app - 76ad2cb0c1dcd90161b50e8a3931f97b4113aa0e authored almost 7 years ago
Trigger navigation.goBack() after task is completed.

github.com/coopcycle/coopcycle-app - 8dfba329943553a795ceb686db9e755ccd22dd44 authored almost 7 years ago
Fix "Already read" error: clone request before retry.

github.com/coopcycle/coopcycle-app - 5052174c8ad415a7268918b35643a9e36b28ad0e authored almost 7 years ago
Reduce edgePadding. Fixes #34.

github.com/coopcycle/coopcycle-app - b7b83e090abc6aa67e9b8ac8f5c251f20c4ab752 authored almost 7 years ago
Fix retry request. Fixes #33.

github.com/coopcycle/coopcycle-app - 8d5b877f5dcab97ed6634a18ea5776ed3c2bed7d authored almost 7 years ago
Display task comments. Fixes #31.

github.com/coopcycle/coopcycle-app - b8ac6a9c04076abc8f436151c0caa454c459e2bf authored almost 7 years ago
Make WebSocket global, update tasks when event is received.

github.com/coopcycle/coopcycle-app - 9d25848309fefa24e4265d6f7ca3b9aa5c45c3bb authored almost 7 years ago
Introduce Registry class.

github.com/coopcycle/coopcycle-app - 5c06e00b84fd1652681a5d969416df8bbcf690de authored almost 7 years ago
Emit events on login/logout.

github.com/coopcycle/coopcycle-app - 380794c837f1bee2e2a9b350000434345282e434 authored almost 7 years ago
Export EventEmitter.

github.com/coopcycle/coopcycle-app - 05858039e39e30cb7b3a37aa93b0312d9fb704e7 authored almost 7 years ago
Add listener for message event.

github.com/coopcycle/coopcycle-app - ab9161a6a24c48c0019f98987ca79d99e51bbd92 authored almost 7 years ago
Update Gradle plugin for Android Studio 3.0.

github.com/coopcycle/coopcycle-app - f25e1ed269f92c7551546eed9faf4a7b9f4ff337 authored almost 7 years ago
Add icons for Android.

github.com/coopcycle/coopcycle-app - b0615a3023a6ff35c0a9d00e566501cbed7620a1 authored almost 7 years ago
Remove unused file.

github.com/coopcycle/coopcycle-app - f83aa12b1f358153382576708e7709a7bc8e7f17 authored almost 7 years ago
Remove unused imports.

github.com/coopcycle/coopcycle-app - 949f20efe2234958c4f54907b783bf17d76e9e12 authored almost 7 years ago
Add TaskManager::remove.

- Remove link on next tasks.
- Fix error when deleting first linked task.

github.com/coopcycle/coopcycle-web - c808a95692626f9ffbb51fd222baaada77a7e4ea authored almost 7 years ago
Clean courier tracking code, change color on reconnect.

github.com/coopcycle/coopcycle-web - deca3bbc3447e6b0390ec2425df5ea4de221be2a authored almost 7 years ago
Add help to import tasks.

github.com/coopcycle/coopcycle-web - 56c931c5c4ef0c2b469e7725e2658ecd4a67f3fb authored almost 7 years ago
Improve task import. Fixes #204.

github.com/coopcycle/coopcycle-web - ca13ad3a5aaaf9ccb5ef492a569c0ae76411fa6f authored almost 7 years ago
Handle comments in task form.

github.com/coopcycle/coopcycle-web - bb4d86e1c118853bd229d2870b4383fc74e4aeb5 authored almost 7 years ago