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

Zentasktic - the project management suite #2649

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

irreverentsimplicity
Copy link
Contributor

This PR integrates the ZenTasktic engine into the main gnoland repository.

Packages added:

under p/demo/zentasktic

  • collections.gno (collections management)
  • contexts.gno (contexts management)
  • core.gno (core workflow implementation)
  • errors.gno (error definitions)
  • marshals.gno (marshaling code for obejcts)
  • projects.gno (projects management)
  • realms.gno (realm management)
  • tasks.gno (task management)

Realms added:

under p/demo/zentasktic_core

  • workable.gno (workable interface to enrich the data types)
  • wrapper.gno (actual wrapper on top of the basic zentasktic package function calls)

Relevant packages used: avl.Tree.

AFAIK, no breaking changes have been introduced.

NOTE there are 2 other iterations on top of the zentasktic package, which are not included in this PR: the project management version (including teams and points / rewards), and the individual user version. There will be another PR for these 2, once their UI will be finished.

@irreverentsimplicity irreverentsimplicity requested review from sw360cab and petar-dambovaliev and removed request for a team July 31, 2024 06:56
@github-actions github-actions bot added the 🧾 package/realm Tag used for new Realms or Packages. label Jul 31, 2024
Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.15%. Comparing base (14b9015) to head (e40b5cd).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2649   +/-   ##
=======================================
  Coverage   60.15%   60.15%           
=======================================
  Files         560      560           
  Lines       74738    74738           
=======================================
+ Hits        44955    44956    +1     
  Misses      26397    26397           
+ Partials     3386     3385    -1     
Flag Coverage Δ
contribs/gnodev 60.58% <ø> (-0.82%) ⬇️
contribs/gnofaucet 14.46% <ø> (ø)
gno.land 64.15% <ø> (ø)
gnovm 64.29% <ø> (ø)
misc/genstd 80.54% <ø> (ø)
misc/logos 19.88% <ø> (ø)
tm2 61.96% <ø> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zivkovicmilos zivkovicmilos self-requested a review August 5, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧾 package/realm Tag used for new Realms or Packages.
Projects
Status: No status
Status: In Review
Development

Successfully merging this pull request may close these issues.

1 participant