Django app reworking

@sakshikumar19 I’ve finished reviewing the changes in your PR ( Django prototyping · Issue #6 · GreenAlgorithms/MetaGreenData), and pushed some additional suggested changes to my fork ( Suggested changes for pull #20 by haessar · Pull Request #1 · sakshikumar19/MetaGreenData). Overall, I’m really impressed with what you’ve managed to achieve so far - a huge leap forward from the original Django app, and incorporating the interface layout ideas demoed in Michael’s front-end prototype.

I have looked into the changes and merged them. Your comments have been super helpful and will work out the rest of the suggested changes soon!

1 Like

@haessar I’ve implemented the suggested changes to improve validation feedback for numeric inputs in the live preview. Invalid entries now show a red border and tooltip, and only valid numbers are reflected in the output.

Since I’m not sure about the acceptable ranges or domain-specific constraints for each field, I haven’t added those yet.
Would it make sense to set up a short meeting with the domain experts to discuss next steps?

1 Like