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

Separate Core API from Features on DataCard #94

Closed
rtxm opened this issue Nov 24, 2015 · 1 comment
Closed

Separate Core API from Features on DataCard #94

rtxm opened this issue Nov 24, 2015 · 1 comment
Milestone

Comments

@rtxm
Copy link
Collaborator

rtxm commented Nov 24, 2015

All changes have consequences in other parts of the code that must be updated.

Properties

Core properties:

  • title
  • index
  • author?
  • creation_date
  • uid as uuid to replace adhoc 'card_XX' id?

Property to remove:

* column; only column shoud have a handle on cards. needed for some joins

All other properties are considered belonging to features (including members). Group them and comment accordingly.

Methods

create_card and delete_card belong to DataColumn, as instance methods.

Rename remove_board_member to remove_member.

All other methods are considered belonging to features. Group them and comment accordingly.

@rtxm
Copy link
Collaborator Author

rtxm commented Dec 16, 2015

#138, #126

@rtxm rtxm closed this as completed Dec 16, 2015
@rtxm rtxm modified the milestone: Sprint1512 Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant