That's beautiful. Or taken literally, incredibly gross.

Buffy ,'Potential'


Buffistas Building a Better Board ++

Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.


dcp - Apr 28, 2018 7:58:46 am PDT #4072 of 4671
The more I learn, the more I realize how little I know.

Do we need to be concerned about GDPR compliance?


Gudanov - Apr 28, 2018 8:24:45 am PDT #4073 of 4671
Coding and Sleeping

I doubt it, we don't really collect 'customer data'.

Still working on that last issue for the 0.2 milestone. Just haven't had a lot of time.

0.2 milestone is that the board is pretty much functional until threads get too full (though with the new board that more of a arbitrary thing as there is no technical limit on thread size)

0.3 milestone adds some admin stuff to fill in that thread size gap

0.4 is all about filling out the rest of the site which is largely static content

0.5 plugs a couple of missing features that exist on the current board (jump to date, threadsuck, the left sidebar, tweaking the 'read new' button on mobile)

1.0 is just 0.5 + bug fixes

After 0.2 beta we could change over the the new board at any time if we don't migrate. If we want to migrate that will require some more development. I would argue that it would be better to archive all the existing threads and not migrate for reasons that I don't have time to fully detail at the moment.


Beverly - Apr 28, 2018 8:47:28 am PDT #4074 of 4671
Days shrink and grow cold, sunlight through leaves is my song. Winter is long.

Will the new board still be accessible by laptop/desktop? Or only mobile?


Gudanov - Apr 28, 2018 10:54:50 am PDT #4075 of 4671
Coding and Sleeping

The design is responsive so it will adjust to the size of the browser. It will look very much like the current site on a desktop or laptop, but will adjust itself as the screen shrinks to tablet and then phone size.


Gudanov - Apr 28, 2018 11:11:22 am PDT #4076 of 4671
Coding and Sleeping

Here's an example:

Desktop View [link]

Emulation of an iPhone view [link]


Tom Scola - Apr 28, 2018 11:41:11 am PDT #4077 of 4671
Mr. Scola’s wardrobe by Botany 500

Unless there is some egregious difference between the database schema, I can handle the migration.

(A bunch of the really old threads should just be archived anyway, though).


Beverly - Apr 28, 2018 10:20:38 pm PDT #4078 of 4671
Days shrink and grow cold, sunlight through leaves is my song. Winter is long.

Cool, Gud. Thanks!


Calli - May 03, 2018 1:45:53 am PDT #4079 of 4671
I must obey the inscrutable exhortations of my soul—Calvin and Hobbs

Nice!


Gudanov - May 16, 2018 7:56:06 am PDT #4080 of 4671
Coding and Sleeping

Beta board is now at version 0.2.

On migration: To sum up what I think is the major issue, there are a whole bunch of inactive users in the user table and all those passwords are stored in unsalted, insecure hashes. If we migrate users, then we have to keep around all those insecure password hashes. Active users could be forced to create a new password that will be securely stored, but the inactive users will just have those insecure hashes sitting around.

The new site makes it a lot harder to hack into the database, but it's best to assume that database security could be breached.


Gudanov - May 16, 2018 7:58:31 am PDT #4081 of 4671
Coding and Sleeping

As always, the beta board is at https://beta.buffistas.me.

Not a lot of work slated for beta 0.3, but not much free time to work on it either :(

[link]