Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Releases: payw-org/eodiro-api

v2.0.0 Beta 1

09 Sep 09:20
e4a0607
Compare
Choose a tag to compare

⚡️All base features are opened

  • API version 2 has new request format
  • Optimized calculating for empty classroom count
  • Receive user inquiry message
  • Search class by filter and word
  • Check restaurant menu

Endpoint list

v2.0.0 Alpha 5

03 Sep 10:36
2ccbd26
Compare
Choose a tag to compare
v2.0.0 Alpha 5 Pre-release
Pre-release

🔍 Search classes by filter and word

  • Update issue templates
  • Create document for code of conduct
  • Create Contributing guide
  • Search by filter
  • Fuzzy search
  • Live search
  • Create example for git ignored config files
  • Add reply email address
  • Use parseInt instead of Number

v2.0.0 Alpha 4

20 Aug 15:54
b69f61b
Compare
Choose a tag to compare
v2.0.0 Alpha 4 Pre-release
Pre-release

📮 Now we can receive and view user inquiry message

  • Create Mailer
  • Send mail with vendor name for classification.
  • Send mail with unique random id identification.

v2.0.0 Alpha 3

17 Aug 08:02
40d4868
Compare
Choose a tag to compare
v2.0.0 Alpha 3 Pre-release
Pre-release

🎉 Optimized calculating for empty classroom count 🎉

  • Optimize checking whether a classroom is empty or not.
  • Separate database seeder from database initializer.
  • Create new collection about empty classroom count.
  • Calculate and save empty classroom count every 5 minutes at only activation time.

v2.0.0 Alpha 2

09 Aug 05:36
c3f2c7e
Compare
Choose a tag to compare
v2.0.0 Alpha 2 Pre-release
Pre-release

Change api response format.

  • At the classroom list request, type of day is changed string to number. (SUN - SAT => 0 - 6)

v2.0.0 Alpha 1

08 Aug 11:55
a65fb43
Compare
Choose a tag to compare
v2.0.0 Alpha 1 Pre-release
Pre-release

Change api request format.

  • Add new root path vacant.
  • Start api versioning.
  • Improve request url as follow restful spec.