codephile-backend icon indicating copy to clipboard operation
codephile-backend copied to clipboard

Back-end for Official Codephile App

Results 15 codephile-backend issues
Sort by recently updated
recently updated
newest added

Submission fetching involves read and write into `lastfetched` field. This could result in race condition where one thread writes to variable and another thread try to access this. Add mutex...

bug

Adds interface for the scheduler. Once user token is used to identify the user, we can completely implement the scheduler.