aletson / votefinder-web

Web-based vote parser for use on various web forums.
http://votefinder.org
GNU General Public License v3.0
2 stars 1 forks source link

"like abstracting the database layer, but for forums" #181

Closed aletson closed 4 years ago

aletson commented 4 years ago

i'm really happy with this turn of phrase

anyway, it's time to have to actually confront and think about this

aletson commented 4 years ago

there are elemnts of ForumPageDownloader and PageParser that will both require abstraction.

aletson commented 4 years ago

Page parsing here refers to all the DOM work Post parsing is just the actual post body text.

aletson commented 4 years ago

Instead of linking a profile right away, you create a user and then link a profile after the fact.

aletson commented 4 years ago

All that's left is decoupling user profile linking from user creation.

aletson commented 4 years ago

Break out the user profile stuff into its own classes and then use the backing API to pull the correct field.

aletson commented 4 years ago

heck!! yes!!!!