Cristian Malfesi

Results 26 comments of Cristian Malfesi

@lacabra I share here a small video that shows the steps and what endpoint is returning a problem. [Video of running frontend](https://drive.google.com/open?id=1Z-29uU3WbLdIaV-eYnNDOGUsZoq2Eq7Q) Regarding the Javascript code in the client/, we...

@assafmo AS I have shared on my video on this [comment](https://github.com/enigmampc/SafeTrace/issues/62#issuecomment-616130333), when I try to use `findMatch` in the frontend, it returns CORS error. This is called after upload my...

@lacabra I was trying to fix the CORS problem when I call the `findMatch` in the React frontend, but I couldn't get it working well. I have tested your javascript...

@lacabra I have done some progress on these points: - If you choose `I have not been tested`, now the next button works well - I found that the dates...

@lacabra (cc: @cankisagun @ainsleys ) I have updated the project. These are the issues done: - Fixed the parser of the result from the findMatch enclave endpoint - Show the...

Hi @ainsleys , What architecture we should use here? I think would be good a nodejs + MongoDB working as Rest-API. Questions: - It is possible that we use the...

@cankisagun @ainsleys I will create an MVP of this issue during the day, I hope I can have something tomorrow.

FYI: I have forked this project and added a backend subfolder for add the User API endpoints. I have pushed the first changes. I will be adding more endpoints today....

Hey @FishmanL , thanks for your feedback! You are totally right, I agree with you. I have proposed just a quick solution for start asap the MVP without having the...

@ainsleys @cankisagun I have uploaded the last changes on my Github on this branch: https://github.com/cmalfesi/SafeTrace/tree/be-express-mongodb-docker/backend Alaa will work with this and I will continue later.