This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Releases: mena-devs/tilde
Releases · mena-devs/tilde
Hot patch
Disable potential XSS when querying directory members and filtering on status.
Minor fixes
Merge pull request #74 from mena-devs/post-release-1.2.4 Refactor twitter method on Job class
Job layout improvements
- Introduced a progress bar for jobs to display which status a job is at
- Modified job layout information and actions for job owner and others
- Updated sorting of jobs for administrators
Minor release with hot fixes
- Fix sorting order of members on landing page by first name, last name
- Move members' interests filter to lower location, similar to the UX on job page
- Add support for Turkish Lira as a currency option on job form
Improvements on jobs and directory
This release includes the following highlights:
Bug fixes:
- Jobs on job board were displaying in random order rather than by date of posting live first. The sorting bug was introduced when filtering options were added for logged in members.
- Fix Slack notifier to display boolean values for Remote Positions and Equity options
Improved members listing
- Added filtering options to browse members by interests (looking for a job, freelance work, looking for mentor/mentee)
- UI improvement on members listing: included job and company name, increased size of profile picture
- Increased integration testing coverage for members directory
UX and UI improvements
- Improvements on invitations and jobs views
- Cross check invitations for members who have joined
- Update job alerts email titles
Add invitations API specs to Swagger
- Add invitations API specs to Swagger
- Improve coverage on invitations API controller
- Improve coverage on jobs API controller
Update Rack version
- Bump Rack version for security reasons.
- Disable slider on landing page for anonymous visitors to test length of stay on website.
Add Users API
Add API endpoints to retrieve users' details, respecting their privacy policy and allowing searching feature.
-
GET /api/v1/users/
-
GET /api/v1/users/:id
-
GET /api/v1/users/search?query[first_name]
Improve API Keys and Invitations
- Add API Keys management
- Add SWAGGER specs for jobs API
- Refactor invitations page
- Cleanup navigation menu
- Add additional tests and increase coverage