Chris Andrew

Results 11 comments of Chris Andrew

Ideally it should be a test to see if xsd:float is given in the documentation, then is the column for that property created with the correct datatype or not. I...

When you say data, you mean instances of objects that the API serves right? I think it could be handy to have some text file having some preloaded data that...

Maybe this example could help: https://gitmemory.com/issue/sdispater/poetry/366/488720509

What I meant by dynamic endpoints was for developers to be able to decide how the incoming data is to be processed. Right now, the only functionality that hydrus provides...

> Is this something similar to use before_request and after_request decorators in Flask Yes but those are more general to be done after every request. What if the processing needs...

Hi @soderluk, sounds like a great idea, we will try and have a discussion about this. Please feel free to forward your suggestions in the chatroom as well.

I agree, we want hydrus to be able to work without sync as well. Agent works right now without sync, this could be added here in a similar way

Yes, that is what I meant @farazkhanfk7 . Sorry if the wording has not made it clear.

We might also consider using Pelican to generate static pages. I use it in one of my projects and I found it to be really helpful. https://www.fullstackpython.com/pelican.html

Classes provide much more structure and organisation when compared to functions. This is generally accepted. Functional designs enable faster prototyping, but that does not necessarily mean they are better. Anything...