utdal / profiles

A simple CRUD/search profile system for research profiles, providing user-editable information and basic pages to aesthetically promote and highlight researcher activities and achievements.
MIT License
6 stars 0 forks source link

⬆️ Laravel 10.x/PHP8.3 Upgrade #153

Closed betsyecastro closed 3 weeks ago

betsyecastro commented 1 month ago
  1. Automated tests passed with Laravel 10 and PHP 8.3 ✅

  2. Investigated errors reported by Psalm. The majority seem to be false positives, such methods that aren't static, but are being called statically (see Psalm Documentation ), especially with query scopes. These methods have been tested manually ✅

  3. Finalized manual testing manually of the following features:

    • Add and reorder publications by dragging them manually.
    • Update profile and banner pictures.
    • Export profile in PDF format.
    • Add/Edit profile tags.
    • Delegations.
    • Manage and filter student research applications.
    • Test artisan commands.
    • Test API queries.