Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/timeline #347

Merged

Conversation

astagi
Copy link
Member

@astagi astagi commented Apr 8, 2024

Descrizione

Fixes #345

Checklist

Aggiunta proprietà  link relativa a slimTitle in ItHeaderComponent (visualizzazione desktop)
Fix proprietà che possono risultare undefined e vincolato quelle obbligatorie
Copy link

vercel bot commented Apr 8, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
design-angular-kit ✅ Ready (Inspect) Visit Preview Apr 9, 2024 5:40am

@astagi
Copy link
Member Author

astagi commented Apr 8, 2024

@stefanozanelliunitn ho riportato il tuo lavoro qua almeno possiamo cominciare a revisionarlo e fare i test del caso

cc @AntoninoBonanno

Copy link
Member Author

@astagi astagi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stefanozanelliunitn grazie per questo componente! Ho lasciato alcuni commenti in questa review, inoltre occorre risolvere i problemi di linting

@@ -60,7 +60,8 @@
"back": "Indietro",
"forward": "Avanti",
"rate-star": "Valuta {{current}} stelle su {{total}}",
"rating-star": "Valutazione {{current}} stelle su {{total}}"
"rating-star": "Valutazione {{current}} stelle su {{total}}",
"today": "Oggi"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stefanozanelliunitn metterei la label "today" all'interno di "timeline" come scope


import { TimelineExamplesComponent } from './timeline-examples.component';

describe('AlertExamplesComponent', () => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qui è rimasto "Alert" invece che "Timeline"

changeDetection: ChangeDetectionStrategy.OnPush,
imports: [ItIconComponent, TranslateModule, ItTimelineItemComponent],
})
export class ItTimelineContainerComponent extends ItAbstractComponent {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lo chiamerei semplicemente ItTimelineComponent che ne dici @AntoninoBonanno ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mhh forse si

Fix unit test e riferimenti a documentazione autogenerata; spostata etichetta in scope timeline
Corretto mancato riferimento a componenti standalone
@stefanozanelliunitn
Copy link
Contributor

Ho corretto alcune delle cose non funzionanti. Sul branch Timeline dovrebbe esserci tutto.
Lascio a voi la scelta di rinominare il componete: spero rispetti le caratteristiche di sviluppo da voi indicate.

@astagi astagi requested a review from AntoninoBonanno June 24, 2024 15:02
@AntoninoBonanno AntoninoBonanno changed the base branch from main to feat/timeline July 7, 2024 13:22
@AntoninoBonanno AntoninoBonanno merged commit 140f646 into italia:feat/timeline Jul 7, 2024
3 of 4 checks passed
@AntoninoBonanno AntoninoBonanno mentioned this pull request Jul 7, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Componente Timeline
3 participants