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

Year Progression (new) #533

Closed
jcaude opened this issue Feb 22, 2018 · 2 comments
Closed

Year Progression (new) #533

jcaude opened this issue Feb 22, 2018 · 2 comments
Assignees

Comments

@jcaude
Copy link

jcaude commented Feb 22, 2018

Feature Requests

Besides the [delta prev year] it would be nice to have a [delta 2018 year] to compare the current season or year to all precedents seasons .. for example to know how many km more or less I have done until now compared to 2015 (see mockup below)

capture d ecran 2018-02-22 a 15 09 54

import { DeltaType } from "./delta-type.enum";

export class DeltaValue {
	public deltaType: DeltaType;
	public deltaSignSymbol: string;
	public deltaClass: string;
}

export class ProgressionAtDayRow {
	public year: number;
	public color: string;
	public previousDate: string;
	public progressTypeLabel: string;
	public progressTypeUnit: string;
	public currentValue: number;
	public deltaPreviousYear: DeltaValue;
	public deltaCurrentYear: DeltaValue;
}
@jcaude
Copy link
Author

jcaude commented Apr 3, 2018

Thanks thomas.. I really do appreciate the new feature.

@thomaschampagne
Copy link
Owner

You are welcome ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants