WIP: rework/properties #31

Draft
rskthomas wants to merge 19 commits from rework/properties into main
Owner
  • WIP -

Changed the annotations system into a properties one (user, system and lot properties). This changes a lot of files (variable names); and ive done some manual testing and all seems to work ok, but ill keep testing all functionality to check if something is broken.

Added a device_log that writes onto a file (to not fill up console logging )

Now user properties are editable (¿Should the key be modifiable too?) and can also be deleted.

- WIP - Changed the annotations system into a properties one (user, system and lot properties). This changes a lot of files (variable names); and ive done some manual testing and all seems to work ok, but ill keep testing all functionality to check if something is broken. Added a device_log that writes onto a file (to not fill up console logging ) Now user properties are editable (¿Should the key be modifiable too?) and can also be deleted.
rskthomas added 19 commits 2024-11-16 18:37:02 +00:00
This pull request is marked as a work in progress.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b rework/properties main
git pull origin rework/properties

Step 2:

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff rework/properties
git push origin main
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ereuse/devicehub-django#31
No description provided.