Run validations sooner

Open
#78 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
30/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
backend

Research direction

Start by tracing how field-level validation works for objects such as Image and where it is invoked before serialization. Determine how property assignment is handled and what existing tests cover. Done means invalid values are detected immediately after assignment, with tests demonstrating the behavior.

Written by the indexing model from the issue text.

Description

Right now the field level validations on objects such as Image are performed just before serializing the data. This can lead to situation where incorrect value is put in, but the problem is only discovered much later. It's almost impossible to detect what went wrong in such cases.

It would be cool if we could do the validations immediately after setting the property.

Dominant language
Python
Stars
11
Forks
34
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from release-engineering/productmd

All issues in release-engineering/productmd

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.