umkc-cs-451-2020-spring / dwebble

Group 12's project for CS451r
0 stars 0 forks source link

Port Dwebble to Python #25

Open ejmg opened 4 years ago

ejmg commented 4 years ago

Port Dwebble to Python

The current implementation of Dwebble is in Rust. The original tech stack was supposed to be python. If we are going through with that, then it needs porting.

Assignees

@ArcTangent20EggsEggs

Background

Due to unforeseen delays, the original implementation of Dwebble was done in Rust in order to achieve the tasks for iteration 1.

Constraints and Assumptions

TBD

Blockers

TBD

Design Changes

The entire app skeleton would be re-implemented in Python and Flask.

References