feat: completa US06, US07 e US08 do enunciado (tamanho descrição, cruzamento clareza, filtros)#94
Merged
Conversation
chore(frederico-barcelos): sincroniza develop após sprint 4
US06 — distribuição de tamanho de descrição: - pipeline_bridge: adiciona colunas chars e words ao DataFrame calculados diretamente do PRRecord.body - charts: render_body_size_chart() — barra agrupada de avg chars/words por linguagem, tipo ou natureza (selectbox de dimensão) US07 — cruzamento clareza x tipo/natureza/linguagem: - charts: render_clarity_cross_chart() — barra agrupada mostrando distribuição de clareza cruzada com a dimensão selecionada - tabs: nova linha _render_analysis_row() com os dois gráficos US08 — filtros por tipo de projeto e clareza: - data.apply_filters: aceita proj_type e clarity; implementado com functools.reduce sobre tupla de pares (col, val) ativos - data.get_filter_options: retorna 4 listas (lang, nature, type, clarity) - sidebar._render_filters: adiciona selectbox TIPO DE PROJETO e CLAREZA - sidebar.render_sidebar: retorna 7-tupla incluindo sel_type e sel_clarity - app: desempacota os novos valores e os passa para apply_filters Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- pipeline_bridge.enriched_to_dataframe: corrige e.body → e.pr.body (EnrichedPR é NamedTuple com campo pr: PRRecord, não campos expandidos) - Mantém chars e words calculados de e.pr.body para US06 - app/sidebar/data: mantém implementação HEAD com 4 filtros e 7-tupla Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…zamento clareza e filtros completos feat(ui): US06, US07 e US08 — tamanho de descrição, cruzamento de clareza e filtros completos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumo
Complementa a entrega final com os 3 requisitos do enunciado que estavam ausentes.
Fechou todos os critérios de aceitação das histórias de usuário:
Cobertura: 98% | Testes: 145 passando
🤖 Generated with Claude Code