Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Releases: mena-devs/tilde

Hot patch

20 Mar 19:47
Compare
Choose a tag to compare

Disable potential XSS when querying directory members and filtering on status.

Minor fixes

28 Dec 20:03
94b92fb
Compare
Choose a tag to compare
Merge pull request #74 from mena-devs/post-release-1.2.4

Refactor twitter method on Job class

Job layout improvements

28 Dec 15:57
8827fdb
Compare
Choose a tag to compare
  • 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

25 Sep 18:32
Compare
Choose a tag to compare
  • 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

23 Sep 21:03
5d1da95
Compare
Choose a tag to compare

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

02 Aug 21:25
Compare
Choose a tag to compare
  • 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

06 Jul 21:11
5abe3c8
Compare
Choose a tag to compare
  • Add invitations API specs to Swagger
  • Improve coverage on invitations API controller
  • Improve coverage on jobs API controller

Update Rack version

27 Jun 16:22
Compare
Choose a tag to compare
  • Bump Rack version for security reasons.
  • Disable slider on landing page for anonymous visitors to test length of stay on website.

Add Users API

14 Jun 00:42
c13af9c
Compare
Choose a tag to compare

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

09 Jun 21:56
Compare
Choose a tag to compare
  • Add API Keys management
  • Add SWAGGER specs for jobs API
  • Refactor invitations page
  • Cleanup navigation menu
  • Add additional tests and increase coverage