Skip to content

Member info#28

Draft
domshyra wants to merge 12 commits into
masterfrom
MemberInfo
Draft

Member info#28
domshyra wants to merge 12 commits into
masterfrom
MemberInfo

Conversation

@domshyra

Copy link
Copy Markdown
Owner

No description provided.

/// </summary>
public interface IExporter
{
//TODO: fix for LazyColumn

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

remove

/// <summary>
/// Pre defined export location based on colom order, finds colums based on names provided
/// </summary>
public class InAndOutColumn : UninformedImportColumn

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

I still hate this name.... MirrorColumn? ImportAndExportColumn? This part still needs some work...

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

How do I say this works with both uninformed and infomed

@domshyra domshyra left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Tests still need to be done too

/// <summary>
/// Pre defined export location based on colom order, finds colums based on names provided
/// </summary>
public class InAndOutColumn : UninformedImportColumn

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

How do I say this works with both uninformed and infomed

/// </summary>
public int? DecimalPrecision { get; set; }

public int? ColumnNumber { get; set; }

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Add description


namespace ExcelExtensions.Interfaces.Import
{
//todo fix these comments

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

TODO

/// </summary>
public bool IsRequired { get; set; }

//Might be able to deprecate this ????????? who knows yet

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Add more descript comment as to why I can deprecate it

/// <summary>
/// Represents the human readable column header name/title
/// </summary>
public string DisplayName { get; set; }

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

HeaderTitle

{
public bool IsRequired { get; set; }
/// <summary>
/// Represent severity if this column is not found while parsing

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

warning or error in para

{

/// <summary>
/// SCAN AND PARSE

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

Update comments

/// <para>If not options we will add the display name</para>
/// </summary>
/// <param name="modelPropertyName"></param>
/// <param name="displayName"></param>

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

HeaderTilte?

@domshyra

domshyra commented Jul 9, 2021

Copy link
Copy Markdown
Owner Author

Web layer also needs to be updated

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.

1 participant