DocNow / diffengine

track changes to the news, where news is anything with an RSS feed
MIT License
177 stars 30 forks source link

Change summary lang key default value to "the page" #75

Open nahuelhds opened 4 years ago

nahuelhds commented 4 years ago

As stated by @edsu at #74

All that being said, maybe it's best to stick with summary since that is what Readability calls it, and its what is in the model. But I think the default string value should be "the page"?

edsu commented 4 years ago

Sorry, my mistake. I think leaving the key as summary works since it matches the data model. I thought that there might be a default value, but it appears that there is not?

nahuelhds commented 4 years ago

There is no default value because every code I've added to the project was intended for adding features without affecting the current default behavior that the engine already has.

I'm thinking that we could set a default value if we add a new prop for enable/disable this feature.