Skip to content

Releases: itforge-eros/panda-website

Fix a bug that user can choose startTime higher than endTime

29 Apr 14:24
Compare
Choose a tag to compare
  • Automatically choose minimum time as start time and maximum time as end time in GraphQL helper.
  • Display an error in Single Space when start time is more than or equal to end time.

Fix a bug that prevents user from creating a space

29 Apr 04:42
Compare
Choose a tag to compare
  • Fix a bug where space image is undefined in manage-space-single.pug
  • Add favicon
  • Add title text to timetable
  • Update packages to support Node v10.0.0

Use local API URL when running in production

29 Apr 01:26
Compare
Choose a tag to compare

In this release, we have changed the API URL in globarVars.js to use the local one when running in production. This is because the API server resides in the same physical server as the Web server. The change should bring a decrease in API call latency.

const apiHostname =
	process.env.NODE_ENV == "production"
		? "http://127.0.0.1:9000"
		: "https://api.space.itforge.io";

DUPLICATE

29 Apr 01:19
1c929af
Compare
Choose a tag to compare

THIS RELEASE IS THE SAME AS v1.1

I forgot to push the changes from my computer 😂😂 Please refer to the new one, v1.1.2.

Add ability to cancel own request

29 Apr 00:19
1c929af
Compare
Choose a tag to compare
Merge pull request #70 from itforge-eros/feature/cancel-request

Add cancelRequest action

Initial Release

28 Apr 14:21
Compare
Choose a tag to compare

The first release! All core functionalities are working.

  • Spaces
    • browse
    • create requests
    • view created requests
  • Manage requests
    • approve/reject requests
  • Manage spaces
    • add/edit/remove spaces
    • space image support
  • Manage roles
    • add/edit/remove role
    • assign/revoke roles
  • Manage materials
    • add/delete materials