Releases: itforge-eros/panda-website
Releases · itforge-eros/panda-website
Fix a bug that user can choose startTime higher than endTime
Fix a bug that prevents user from creating a space
- 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
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
Add ability to cancel own request
Merge pull request #70 from itforge-eros/feature/cancel-request Add cancelRequest action
Initial Release
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