Skip to content

RMA-101184: code changes in halstack lib#159

Open
smishra367 wants to merge 27 commits intofeature/AssureClaimsfrom
feature/RMA-101184
Open

RMA-101184: code changes in halstack lib#159
smishra367 wants to merge 27 commits intofeature/AssureClaimsfrom
feature/RMA-101184

Conversation

@smishra367
Copy link
Collaborator

RMA-101184

govindrgraj and others added 24 commits January 18, 2023 22:07
216 build server not supported the NPM and Node and NVM versions.
Hence not able to continue our build process...
feature/RMA-101210: checkin on behalf of vishal
Copy link
Owner

@assureclaims assureclaims left a comment

Choose a reason for hiding this comment

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

still code is missed for supporting reactive form

Copy link
Owner

Choose a reason for hiding this comment

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

IfileuploadRequest check the case - Change it to IFileUploadRequest

Copy link
Owner

Choose a reason for hiding this comment

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

use camel case for all properties and functions name
global_filehit: number = 0; should be like globalFileHit
global_chunkcount: number = 0;
global_actualchunkcount: number = 0;
filedataupload: filemetadata;
GUID: string;
fileEventType: EventType = EventType.PREUPLOAD;
chunkresult: boolean;
Postresp: any;

Copy link
Owner

Choose a reason for hiding this comment

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

remove comments

// });
this.uploadChunkDoc(eventFiles);
}
uploadChunkDoc(file) {
Copy link
Owner

Choose a reason for hiding this comment

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

should be private if not calling from html

Copy link
Owner

Choose a reason for hiding this comment

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

filemetadata should be pascal case FileMetadata

Copy link
Owner

Choose a reason for hiding this comment

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

why copied the configuration model file in side dxc-file-input

Copy link
Owner

Choose a reason for hiding this comment

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

changes the name of file this is not a service file this is models related to file upload component. and move the file in modles folder

Copy link
Owner

Choose a reason for hiding this comment

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

why copy the lookupmodel in side dxc-file input ?

Copy link
Owner

Choose a reason for hiding this comment

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

why copy the lookup.ts in side dxc-file input ?

Copy link
Owner

Choose a reason for hiding this comment

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

remove alert

Copy link
Owner

Choose a reason for hiding this comment

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

chunkmetadata pascal case

Copy link
Owner

Choose a reason for hiding this comment

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

fiile name file.metadata

Copy link
Owner

Choose a reason for hiding this comment

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

globalFileHit -> remove

Copy link
Owner

Choose a reason for hiding this comment

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

uploadcomplete still not camel case

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.

5 participants

Comments