cs136 / seashell

Seashell is an online environment for editing, running, and submitting C programming assignments.
GNU General Public License v3.0
38 stars 19 forks source link

move code to fetch new projects to the backend #628

Closed yuliswe closed 7 years ago

yuliswe commented 7 years ago

I looked into the frontend code and found some mutual recursive functions different people wrote self.list and self.fetch and they assumed each other did the actual work

Cleaned up the mess. I moved the logic to backend to save some work later in the frontend write

Removed some no longer used function in the frontend.

This potentially solves #608

echo pull #630

yuliswe commented 7 years ago

626