v1.4.0-alpha.1
Pre-release
Pre-release
jinxuan-owyong
released this
25 Jul 08:02
·
32 commits
to main
since this release
Milestone 3: Extensions
New features:
- Geocoding
- Show addresses matching location query when submitting item
- Display map after selecting location
- Display map when viewing items with plus code
- Item viewing
- Pagination for item peeking on home page
- Allow users to select number of items to display per page
- Allow users to filter items by category and date
- First Time Users
- Users are can input their name and email address upon login (optional)
- Lookout
- Users can now subscribe to email notifications for possible item matches (Email verification required)
Improvements to UI/UX:
- Responsive page design for use with mobile and tablet devices
- Hamburger menu for navigation on smaller devices
- Media queries for various pages
- Show matching items for lost items (Using Natural-Language Processing as explained in FindNUS/backend#151)
- Allow users to input 8-digit phone numbers starting with 8 or 9 (Valid Singapore mobile number)
- Implement sticky item filter menu for non-mobile devices for ease of access to filters
- Hide overflowing text for preview items with long names and locations
- Improve image loading speed with Imgur thumbnails
- Allow photos to be removed when uploading or editing an item
What's Changed
- Add new test cases by @jinxuan-owyong in #79
- Get name from first-time user by @jinxuan-owyong in #80
- Add image clear button for item submission by @jinxuan-owyong in #81
- Improve image loading speed by @jinxuan-owyong in #82
- Add code linting to CI by @jinxuan-owyong in #83
- Improve item CRUD by @jinxuan-owyong in #84
- Collect email from new users by @jinxuan-owyong in #86
- Improve item preview by @jinxuan-owyong in #91
- Add responsive design for various screen sizes by @jinxuan-owyong in #92
- Add geocoding for item submission by @jinxuan-owyong in #94
- Add item lookout by @jinxuan-owyong in #96
- Fix item preview text overflow by @jinxuan-owyong in #99
- Improve lookout feature by @jinxuan-owyong in #100
- Fix redirect to dashboard on login by @jinxuan-owyong in #102
- Fix item preview display by @jinxuan-owyong in #103
- Fix found item submission bug by @jinxuan-owyong in #105
- Pre-release for Milestone 3 by @jinxuan-owyong in #106
Full Changelog: v1.3.3...v1.4.0-alpha.1