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

attempt to fix star plugin after reload #26

Merged
merged 1 commit into from
Mar 23, 2014
Merged

attempt to fix star plugin after reload #26

merged 1 commit into from
Mar 23, 2014

Conversation

glaubinix
Copy link
Owner

I currently use the generated talk id which does not react to changes in the schedule yet
One way to solve this is to hash the talk object and identify the talk through hash

ideas?
#25

…ion it is just so much useful

I currently use the generated talk id which does not react to changes in the schedule yet
One way to solve this is to hash the talk object and identify the talk through hash
@BattleRattle
Copy link
Collaborator

An idea could be to calculate a similarity using a diff algorithm. If a certain similarity was found, it is considered to be the same as the previous one. Of course, if the whole description changes, there's almost no similarity anymore.

BattleRattle added a commit that referenced this pull request Mar 23, 2014
attempt to fix star plugin after reload
@BattleRattle BattleRattle merged commit c4a378d into master Mar 23, 2014
@glaubinix
Copy link
Owner Author

hmm, I could reuse the calculation used in the hange-notify plugin and define criterias when a talk is still the same talk—
Sent from Mailbox for iPhone

On Sun, Mar 23, 2014 at 5:09 PM, Norman Soetbeer [email protected]
wrote:

An idea could be to calculate a similarity using a diff algorithm. If a certain similarity was found, it is considered to be the same as the previous one. Of course, if the whole description changes, there's almost no similarity anymore.

Reply to this email directly or view it on GitHub:
#26 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants