Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Version 1.2 #259

Open
wants to merge 336 commits into
base: development
Choose a base branch
from
Open

feat: Version 1.2 #259

wants to merge 336 commits into from

Conversation

jon-nfc
Copy link
Member

@jon-nfc jon-nfc commented Sep 1, 2024

📚 Summary

Release Completed Milestone

🔗 Links / References

👷 Tasks

  • 🔴 All migrations from branch squashed

  • Update project model attribute percent_completed

    • this needs to count tasks that are considered complete divided by number tasks times 100.
      @property
      def percent_completed(self) -> str: # Auto-Calculate
      """ How much of the project is completed.
      Returns:
      str: Calculated percentage of project completion.
      """
      return 'xx %'
  • 🟠 Related issue(s) closed via commit message footer

  • 🟡 Contains breaking-change Any Breaking change(s)? commit message

    Breaking Change must also be notated in the commit that introduces it and in Conventional Commit Format.

    • 📝 Release notes updated
  • 🔵 Documentation Documentation written

    All features to be documented within the correct section(s). Administration, Development and/or User

  • Milestone assigned

  • 🔴 Unit Test(s) Written

    ensure test coverage delta is not less than zero

@jon-nfc jon-nfc mentioned this pull request Sep 1, 2024
8 tasks
@jon-nfc jon-nfc self-assigned this Sep 1, 2024
@jon-nfc jon-nfc added the type::feature type for Issues and Merge Requests. Can also be used in discussion in comments and commits label Sep 1, 2024
@jon-nfc jon-nfc added this to the v1.2 milestone Sep 1, 2024
Copy link

github-actions bot commented Sep 1, 2024

Image Scan Results

Scan Date: 2024-10-05T03:01:20.415403412Z
Image: ghcr.io/nofusscomputing/centurion-erp:9fc5b0eb09d77f9227fc2df3b7aefe2e8e49a0df
OS: alpine 3.19.4

Nothing Found

@jon-nfc jon-nfc mentioned this pull request Sep 2, 2024
2 tasks
jon-nfc and others added 2 commits September 3, 2024 12:07
…B, dont recreate, return it.

DB matches: name and uuid then name and serial number. first found is returned.

ref: #260 closes #262
Copy link

github-actions bot commented Sep 3, 2024

Python Scan Results (requirements.txt)

Scan Date: 2024-10-05T02:54:16.461845924Z
File: requirements.txt

Nothing Found

jon-nfc and others added 21 commits September 3, 2024 13:51
require so that permissions can be dynamic

ref: #250 #96 #93 #95 #90 #265 closes #264
jon-nfc and others added 20 commits September 20, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type::feature type for Issues and Merge Requests. Can also be used in discussion in comments and commits
Projects
Status: In progress
1 participant