Carl Newton

Results 15 comments of Carl Newton

I'm thinking that Cypress might be a good option for this now. I was originally going to use Symfony's application tests, but Cypress might be more robust and feature rich...

I think it will be possible to reset the database with cypress with something like: ```javascript Cypress.Commands.add('resetDatabase', () => { cy.exec('docker exec habitat-apache-php php bin/console doctrine:fixtures:load --no-interaction', { failOnNonZeroExit: false...

There's good enough coverage on this one for me to say that this is achieved now.

It should be customisable for the administrator of an instance if posts should be allowed with wysiwyg functionality. Some things to consider: - hyperlinks - images in comments - a...

https://github.com/ueberdosis/tiptap looks like a good option for adding hyperlinks and stuff. Perhaps hyperlinks should only be available in admin content. I suppose it could be down to the admin preference.

I'm no longer sure about having locations and images in comments, given that the content is lost if the post is deleted.

If a user has posted more than x times in y minutes, they should not be able to post again z minutes If a user has commented more than x...

It would be good to be able to optionally set start and end date/times for the announcement. A summary will display at the top of the home and nearby feeds,...

Embracing the federated nature of the project, perhaps documentation should be hosted on every instance of habitat itself. It would certainly help with ensuring that the version of the documentation...

Hello! Thanks for this! Very exciting to see that someone involved in fediverse development has stumbled upon this project. Do you recall what led you to the decision to host...