Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Releases: eigenfoo-archives/euphoria

v1.1.1 (Archived)

11 Jul 17:27
Compare
Choose a tag to compare
  • Automated patches for security vulnerabilities (#137, #138, #139).

Final Implementation (Revised)

01 May 18:04
30f33ef
Compare
Choose a tag to compare

v1.1.0 (Final Implementation)

  • Show company names on the user dashboard (#136).
  • Also some minor bug fixes (#136).

Final Implementation

30 Apr 02:46
Compare
Choose a tag to compare

v1.0.0 (Final Implementation)

Submitted as the final implementation of Euphoria on 5/1/2019.

  • Split up the backend from a single Handlers layer, to separate Handlers and Store layers, mirroring the Bookstore example much more closely. This made our code much more readable and testable.
  • Added more unit tests, and configured Travis to run all our unit tests upon pushing to GitHub.
  • Deployed to our VM. After several times deploying, we wrote a Makefile that will automatically install, build and deploy everything.
  • Troubleshooted a lot of CORS errors.
  • Finished the frontend (i.e. all web pages are now complete), and refactored it to make it easier to read/edit HTTP URIs.

Initial Implementation

18 Apr 03:47
Compare
Choose a tag to compare
Pre-release

v0.1.0 (Initial Implementation)

Submitted as an initial implementation of Euphoria on 4/16/2019.

  • Used fetch instead of axios to handle our HTTP requests.
  • Added cookies and user sessions.
  • Changed our HTTP API to be more intuitive (e.g. more intuitive HTTP requests, using the request payload rather than the path arguments, etc.).
  • Storing files in the file system, and storing the path in the database, instead of storing the entire blob in the database.
  • Added more frontend working (i.e. more webpages).
  • Added tests for most of the backend. The tests actually query/update the local database, (which are easier to write, given that we have not broken up our backend into a Handler and Store layer). Thus, these tests are more like integration tests than unit tests.

Prototype

28 Mar 00:22
5383a71
Compare
Choose a tag to compare
Prototype Pre-release
Pre-release

v0.0.0 (Prototype)

Submitted as a prototype of Euphoria on 3/27/2019.