Ecosyste.ms: OpenCollective

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

github.com/osscameroon/onacut

Onacut is web application that notifies users of electricity, water or internet outage in their location
https://github.com/osscameroon/onacut

fix lint in models file

747dbb4b785719d9d85cf9a533660b1beffd60c3 authored about 2 years ago by Alex Mboutchouang <[email protected]>
setup MUI & update header in home page

8a8eecfaceb7a5001b5a77159af92cc0c936682d authored about 2 years ago by #Steven <[email protected]>
setup MUI & update header in home page

656439b82140c1bc8e87259326c76875b5f51bba authored about 2 years ago by #Steven <[email protected]>
Merge pull request #142 from mouafus/mouafus-fix-and-features

update: - The language change button has been updated in terms of UX …

d8f8e8bb0f716bb103a0b0266afb13f8a8a371f4 authored about 2 years ago by Asam <[email protected]>
Merge branch 'mouafus-fix-and-features' of https://github.com/mouafus/onacut into mouafus-fix-and-features

76b87848ed97f96e5044891d58d48effa1e5e8ae authored about 2 years ago by #Steven <[email protected]>
add pagination on region detail and optimize user interface of that page

dcb994359ab6117191aa1bf9b619edd0f694ef20 authored about 2 years ago by #Steven <[email protected]>
Add pagination in list view

70936eef8295e59839a582b483f63cb4b4fa8ae2 authored about 2 years ago by #Steven <[email protected]>
update: - The language change button has been updated in terms of UX and positioning on the homepage and in the drawer

- Changing the page from the drawer no longer refreshes the browser tab;
fix: - page 'add-report'...

3547005d94dcbaf91567c65198a77f9356d375dc authored about 2 years ago by #Steven <[email protected]>
Add Dokerfile for the new backend

3acd84abda835747b9cb6206cf88e5e8d118291c authored about 2 years ago by Alex Mboutchouang <[email protected]>
update the devs requirements

d1d41e35834631d8c4836043b46332614b039461 authored about 2 years ago by Alex Mboutchouang <[email protected]>
fix lint

f2e8b1867cc46684f49dc8c2ab0825cf7847b6b7 authored about 2 years ago by Alex Mboutchouang <[email protected]>
write the Makefile for the new backend

dbbee71c5ac5f1fed9ec78d2ae10f846fed4f4b0 authored about 2 years ago by Alex Mboutchouang <[email protected]>
add the example of .env file configuration to run the backend app

f166c25002bfaa1317891105927eefd3df485bad authored about 2 years ago by Alex Mboutchouang <[email protected]>
add the example of .env file nedeed tu run the app

54a1fe3d37d158bcda846cc90aa3239bc73c2eab authored about 2 years ago by Alex Mboutchouang <[email protected]>
Merge pull request #138 from Zaker237/init-fastapi

Init the Backend app with FastApi

ed5b9a195fa7cd3f0220d58b92d848f081a055b3 authored about 2 years ago by Alex Mboutchouang <[email protected]>
clean useless print

2cf0fdb98c36e8908a17601fdf974656cfb82d94 authored about 2 years ago by Alex Mboutchouang <[email protected]>
clear Schemas

862bd31f8e4b366bbee0f4dac0af48280c10be02 authored about 2 years ago by Alex Mboutchouang <[email protected]>
make pandemic model on ORM mode

48b849095cbc4eff196d6f09a2a4f915d11d2ce3 authored about 2 years ago by Alex Mboutchouang <[email protected]>
change all async method to sync

64b45f0a02dfab946ef9692ca3de6892bbc65ebe authored about 2 years ago by Alex Mboutchouang <[email protected]>
Use the right input and output on the routes

c464adf8799124e887cdaaed32db5a781e8139e2 authored about 2 years ago by Alex Mboutchouang <[email protected]>
clean unsused import

7e8bb41a2fe3c9abc5f7f77620cbcfbbc4919278 authored over 2 years ago by Alex Mboutchouang <[email protected]>
create Region's Schemas for all methods

4728bcb59ab6f71d342ad9b9b365d040f14b49ef authored over 2 years ago by Alex Mboutchouang <[email protected]>
create District's Schemas for all methods

b81c35bf7203387728b97eeb2f895c7ca7040efc authored over 2 years ago by Alex Mboutchouang <[email protected]>
create City's Schemas for all methods

f437cc1aa4003d995dd6640c821a0827572c5435 authored over 2 years ago by Alex Mboutchouang <[email protected]>
create Alert's Schemas for all methods

ccaf147e82c98669b755621f780c2793c59b2b3d authored over 2 years ago by Alex Mboutchouang <[email protected]>
Update the requirements files with the requirements that fit the app

5fa43ab8bb6b1cdb5c382275eda266eca2633714 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Writte test for /districts

1561109b29fb5bca44799e55d9ab4c4ce81f3ae3 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Writte test for /alerts

6a9fe8dcee07b0efadee17115c60acfb6a48e2e0 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Writte test for /regions

9c37bee6a0bf40f145982a6dc8e2e5cb05cadf03 authored over 2 years ago by Alex Mboutchouang <[email protected]>
create tests files

0999105fb0f2af9d651eaa1fbff10a6c5406f577 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Implement Get /cities/{city_id}

7491c2d3c06ecadcce1b1f60fdbd5dc796981aa0 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Implement Get /alerts/{alert_id}

95422ce59acf3230a754e1f9ff4d56c9a0a19724 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Implement Get /districts/{district_id}

e9efb43cfb557870804a6f56341e652100773196 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Implement Get /regions/{region_id}

01d07753814070cf072b6e84a03e6d54522cc402 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Implement Get /regions

38757fd7869de3af8688ad6726d793d45c7b6b10 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Implement Get /districts

79680440ebf08f5b050047d6f63c2948e4e13c20 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Add db dependency in all router files so that all routes can access to the db

3c3ad3ad6df6242e5cbafcd958f597a08970745a authored over 2 years ago by Alex Mboutchouang <[email protected]>
implement Get /cities

25d0d8b04a04a2397dd57f2e940f1e932df01220 authored over 2 years ago by Alex Mboutchouang <[email protected]>
implement Get /alerts

de1e8d1212838f56e723fc31949971a36fd1ef3d authored over 2 years ago by Alex Mboutchouang <[email protected]>
fix error on models(ORM)

e57972541e0e4f96bd66f199c652912480fca7e3 authored over 2 years ago by Alex Mboutchouang <[email protected]>
add total alert to city, region and district

8e642d5c9e33cf813b7761376099bd071b3449eb authored over 2 years ago by Alex Mboutchouang <[email protected]>
change the alert type to choice over the possible values

783a71758a2db317ce66d7f0832ba46726e44830 authored over 2 years ago by Alex Mboutchouang <[email protected]>
db fix many to many relations

2f21d002c2f0b9b916c409c42719d90b0dbedb5d authored over 2 years ago by Alex Mboutchouang <[email protected]>
db session a dependencies

7c7a29117409299c2b4b67ca2e0a4071e6a0a713 authored over 2 years ago by Alex Mboutchouang <[email protected]>
clear depends

6d77887531930f899dc37edfff58f1e0dfebcdec authored over 2 years ago by Alex Mboutchouang <[email protected]>
fix lint

ae04ecb805323e485ee48d77e8fe67d4422bc067 authored over 2 years ago by Alex Mboutchouang <[email protected]>
writte RegionSchema

b0b71a33fc7bdbb7bca549b9afeb8df0f4eac80e authored over 2 years ago by Alex Mboutchouang <[email protected]>
prepare /regions methods

2ff62ad747bf0c19fccbc31491dad2ab05e7ddd5 authored over 2 years ago by Alex Mboutchouang <[email protected]>
prepare /districts methods and DistrictsSchema

9a3857016887277190c2976003ea9269bdad4e18 authored over 2 years ago by Alex Mboutchouang <[email protected]>
writte AlertSchema

a9a6db39b1dd5d06e0946f7d6ea5c7f48866fd4a authored over 2 years ago by Alex Mboutchouang <[email protected]>
prepare /alerts methods

fb5f4b83c05d203672ef2bcc275e9cf6172f7e3a authored over 2 years ago by Alex Mboutchouang <[email protected]>
init the main app

22e9cb440ed535548e5f62eb910bbae21354a415 authored over 2 years ago by Alex Mboutchouang <[email protected]>
prepare the /cities methods

7e03346012fc09e87469eb2ca36f5cc30a7e853c authored over 2 years ago by Alex Mboutchouang <[email protected]>
writte the City's Schema

8c70d3a0f3511de3cf1f6a44bb604c53463725c4 authored over 2 years ago by Alex Mboutchouang <[email protected]>
requirement for the app

f820b6f28782edafe52227902c1390206b2421c2 authored over 2 years ago by Alex Mboutchouang <[email protected]>
writes the differents models for SQLAlchemy

329bfbb53e9462739f69a479025c4683d63b2bc9 authored over 2 years ago by Alex Mboutchouang <[email protected]>
database configuration

d406167bc191f0919e84e4f36cbe032cda997074 authored over 2 years ago by Alex Mboutchouang <[email protected]>
add Makefile and requirements-dev.txt

8ceb81aa1b97136f0f95a539d6157762dd322fc7 authored over 2 years ago by Alex Mboutchouang <[email protected]>
init the architecture of the backend with fastapi

c4b94c08ad1af387e1989462a63573ea66ba1aa9 authored over 2 years ago by Alex Mboutchouang <[email protected]>
Updated project root README.md (#106)

- Updateed root project README.md accordingly to ./backend/README.md and ./frontend/README.md

ae398d66bc513df975425dfb08e2d5efd38de91d authored over 2 years ago by arsenkhy <[email protected]>
Language feature Implementation (#137)

* feat: Added language menu item on side nav

* file: added package-lock json file

* packag...

fd8a6612592927d26a0733ce5bbaab1c161986b0 authored over 2 years ago by godsakani <[email protected]>
Update README.md

b1dc6e54f7b0d3dca3e53c7409020af36d0d888f authored over 2 years ago by Asam <[email protected]>
Merge pull request #132 from Asam237/redesign-add-alert

Redesign add alert

63c68da20375943e497740b71dfeedf68022b3ac authored over 2 years ago by Asam <[email protected]>
remove icon position

a6ee814d4b6dc7bff887546945b76bbff8f9b1fc authored over 2 years ago by Asam237 <[email protected]>
add footer

2dd3a7990721be34dcf3930d5e69c450b6083a55 authored over 2 years ago by Asam237 <[email protected]>
redesign of add alert

82a27bf0e75f71a2e3f651f3c29a322544cc6c69 authored over 2 years ago by Asam237 <[email protected]>
Merge pull request #128 from yokwejuste/404-page

feat: created a 404 page

08ba54dd5eccb68cb193bbb19c4927419a0e7d46 authored over 2 years ago by Asam <[email protected]>
Merge pull request #130 from Asam237/yokwejuste-add_alert

Yokwejuste add alert

4eca43d6b5ab92870a75db746b8f74208a0cd4ed authored over 2 years ago by Asam <[email protected]>
Merge pull request #127 from yokwejuste/add_alert

feat: Add alert page

0006952450f4a07d0fa4df14f4e7d7f67fdcca75 authored over 2 years ago by Asam <[email protected]>
Change the name of the title and the link of the tag of the add of an alert

70dae7e0118d6b1af729f70d4112a1b2242172c5 authored over 2 years ago by Asam237 <[email protected]>
Merge pull request #126 from yokwejuste/master

fix: calling data from backend

0db3f21183dcd24f5f40be02fc82f09df671cbab authored over 2 years ago by Asam <[email protected]>
feat: created a 404 page

Signed-off-by: Steve Yonkeu <[email protected]>

01e51f5738b63445e796926cde497f67633b530a authored over 2 years ago by Steve Yonkeu <[email protected]>
Merge branch 'osscameroon:main' into add_alert

8d1669845db8aa2f33d980a620685d6eab47360b authored over 2 years ago by Yonkeu Steve <[email protected]>
feat: changed path to alert

Signed-off-by: Steve Yonkeu <[email protected]>

ffb4ab637535ee1d7714001390f66722b54be752 authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: alert image added

Signed-off-by: Steve Yonkeu <[email protected]>

b54ee789b6adc2a5b680b226e4ec955d40189b7b authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: update to street map

Signed-off-by: Steve Yonkeu <[email protected]>

2d06c4d7b2cb35c106f0d78b78ab778e947e4f2b authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: enable downlevelIteration

Signed-off-by: Steve Yonkeu <[email protected]>

86b9317c03c2dd8e099bf54a404dc54380ac65f8 authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: added generated folder to ignored files

Signed-off-by: Steve Yonkeu <[email protected]>

e8f2c890537fdb9f7342f6495a86f4eff8bec511 authored over 2 years ago by Steve Yonkeu <[email protected]>
del: removed useless files

Signed-off-by: Steve Yonkeu <[email protected]>

88213588147ead6d667d8b2c2431b1fc0a3a0486 authored over 2 years ago by Steve Yonkeu <[email protected]>
del: removed useless files

Signed-off-by: Steve Yonkeu <[email protected]>

b73b14eaba84acb60c5e2b636b9b2958f4412e77 authored over 2 years ago by Steve Yonkeu <[email protected]>
del: removed useless files

Signed-off-by: Steve Yonkeu <[email protected]>

6848befab7a5715485b9322e9b7f331f0e72e31d authored over 2 years ago by Steve Yonkeu <[email protected]>
Merge branch 'osscameroon:main' into master

eb5da4a96dfb1b481960965131b2bb6a42a4a507 authored over 2 years ago by Yonkeu Steve <[email protected]>
Merge pull request #125 from yokwejuste/main

fix: total alerts displayed per region

deb72471903579270b84485f7be7c885e8c1b1bd authored over 2 years ago by Asam <[email protected]>
feat: updated alert component

92888cd14a91c8965df938d5d4f973c6ba9a221a authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: update to requirements

438c2214fda60ab59903dfd1b7d036c20ba811cb authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: update to requirements

4f5e369b7de5346378e655563d70c351dc462636 authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: update to alert component

f9d6625b86c4f075d7668ccf30ed1824e48f9333 authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: code cleanup

1853a37553fb5dc46ed686ce31aaf5b602a92c49 authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: adding the alert report to the drawer

a952c8049bfd6b4ef169e097e567494d6affe70f authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: added link component to alert

e3eea2a622ada13ac6776801179d395ea0b302cb authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: added route for alert reports

2ecf07cf70a60afedc79b50ec2c805a78bdec0cf authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: change the page title

2fc5a76def64af5a32966f7ca73e240199885525 authored over 2 years ago by Steve Yonkeu <[email protected]>
del: remove unused and duplicate component

a44c02d8bcec57aa7ecc45d9cb3d93cc6610aae3 authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: created alert report page

70fed20d68f5dc9c01fd0836b4c943ec7954fa21 authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: created alert report page

ff907c1668788b388d73ea2ea89e0e19a8fb5c7e authored over 2 years ago by Steve Yonkeu <[email protected]>
feat: making call directly from the backend

0646b8f7c553a7bef46106fbabbceb222c5c0bcd authored over 2 years ago by Steve Yonkeu <[email protected]>
del: removed unused files

ab7a1463b2378ef184071ac34ed63b91d0822d95 authored over 2 years ago by Steve Yonkeu <[email protected]>
fix: import/export error

d70e4b8c5bd552843e4f38635a702f639294bc0f authored over 2 years ago by Steve Yonkeu <[email protected]>
fix: total alerts displayed per region

5bb628040c8f95c9c89a07d44308b7927cfde694 authored over 2 years ago by Steve Yonkeu <[email protected]>
Merge pull request #124 from Zaker237/api-return-data-format

Format return Values of the api

8a4db8a64a5060abb2f520b978a39e18f7f49f00 authored over 2 years ago by Alex Mboutchouang <[email protected]>