Conversation
tkachyna
commented
Mar 1, 2026
- adds new EUCC section on the page
- some UX/UI visual improvements which can be discussed, they are not final
a71fc80 to
f298026
Compare
J08nY
left a comment
There was a problem hiding this comment.
Looks OK. I did not see it live.
Could you add tests? There are a bunch of tests for CC and FIPS. Replicating the same level here, would be nice.
There was a problem hiding this comment.
This is incorrectly rendered. It looks like you are missing the font. It is "IBM Plex Sans".
| {% endif %} | ||
| {% endmacro %} | ||
|
|
||
| {% macro clickable_contact(value) %} |
There was a problem hiding this comment.
Maybe this can be extracted and used more generally?
| {%- endmacro %} | ||
|
|
||
|
|
||
| {% macro extract_eal(package_text) %} |
There was a problem hiding this comment.
This would be better as a template filter or global and implemented in Python. There are some already present, so maybe do that?
sec_certs_page/__init__.py
Outdated
| @@ -1,3 +1,4 @@ | |||
| import json | |||
There was a problem hiding this comment.
upss I forgot to clean up it
1ada8f9 to
4836fe0
Compare
|
Also, what are the UI/UX improvements? I haven't seen them in a cursory look at the code. Btw. nice work adding this. I hope it was not too much pain. There are no docs. Would you mind sharing some feedback on what issues (if any) you encountered or where you see potential for improvement on the site? The site code is quite messy, so feel free to comment on it. |
4836fe0 to
e993270
Compare
|
Ok, I get this. Few comments:
I feel like we are going at it a bit backwards, instead of improving our heuristics such that they are more accurate and can be trusted, we are hiding them away and putting big scary disclaimers on them. I understand the need for clarity and data provenance, but this just reduces the whole point of having the sec-certs site at all. @mukrop @jborsky @MaryBak Could we chat about this a bit? |
Of course, I’d like to hear your thoughts. Just to clarify the current state: this version from Tadeas is neither the final version nor one we have agreed upon. We saw it for the first time last Thursday, and we agreed that once Tadeas pushes this branch, I will deploy it on a test VM. This will let Mariia and the rest to see it easily live and provide feedback. Once everyone has had a chance to look it over, we'll set up a meeting together to discuss it. So there will be plenty of chances to make changes before it's merged. |
|
@tkachyna, I'd generally suggest to only keep adjustments to EUCC sections in this PR and if we're doing other changes that would include other parts of the site, let's have them in a separate PR with an appropriate discussion. Although I'm slightly skeptical of the idea that the site visitor read the file metadata to determine the certificate ID, I do agree with Jano that collapsing things is probably a better idea now than fully deleting them. Without any user-testing any adding/removing is a but of a guesswork, but I believe Mariia has user-testing planned soon :-). @J08nY's comment on the (non-)prominence of heuristics/our metadata is very relevant. Though I'm afraid getting it adjusted well will not be too easy and will include some more discussion. |
|
Sounds reasonable to me, but I'd prefer to see it as a dev preview (I believe @jborsky already has it set up). Then we can all have a click-through and either have a short call or exchange opinions in the chat. |
|
I lI will try to make these changes tomorrow and the day after so that we can discuss them after thursday weekly. I would prefer a call as this could be a pretty long discussion. |
77716ab to
4fa12d8
Compare





