v0.100 - Major Structural Rearchitecture (vs v0.002)
- Added (New Modules):
- Dedicated
profile.htmlfor Service User management (all plans and documents are centralized here). - Dedicated
team.htmladmin panel for managing user roles and permissions.
- Dedicated
- Changed (User Creation): The "Add Service User" modal was heavily expanded, replacing the simple
fullNamefield with discrete fields (First Name, Last Name, DOB, NI Number, Nationality, Service Provider, etc.) to capture detailed demographic and service data upon profile creation. - Changed (Dashboard): The Service Users list view was updated to link to the new
profile.htmlinstead of embedding management functions. - Removed: The initial
roomNumberfield and logic were deprecated in the core user creation flow, reflecting the separation of user data from specific property data. - Refactored: All Profile-related JavaScript functions (editing, listing, duplicate checks) were removed from
dashboard.htmland migrated to the newprofile.htmlfile.
v0.022
- Added: "Active" badge (green) for top plan, "Archived" badge (grey) for older plans.
- Added: Drafts feature ("Save as Draft" or "Publish Plan").
- Updated: When creating a new plan, it automatically copies the Needs, Goals, and Actions from the currently Active plan.
v0.021
- Added: Support Plan tab.
- Added: "View in New Tab" Feature for printable plan pages.
v0.020
- Added: Duplicate profile flag (Red Badge) and a Duplicate Profile tab.
- Added: Delete service user button.
- Added: Cards for "Profile Photo" and "Proof of ID".
- Added: "General Notes" card with separate
saveGeneralNotes()function. - Changed: Renamed "service provider" to **"Current Service"**.
- Fixed: Potential Duplicate Profiles not displaying due to conflicting element IDs, resolved by using unique IDs (
duplicateListOverviewandduplicateListTab).
v0.010
- Added: User permissions and an admin control panel called **Team Management**.
- Added: "save changes" button that updates the record in the database.
- Updated: Add User Modal updated to capture specific fields (First Name, Last Name, DOB, NI Number, Service Provider, start date).
v0.003 - 21/11/2025
- Added: Service user profiles - demo.
v0.001 & v0.002
- v0.001: Base concept, service users are local, running a test environment.
- v0.002: Rebuild, barebones with shared database.