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

Corrected the A+B+C.zip file naming convention #8

Open
wants to merge 3 commits into
base: 2.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ Whenever you sync with the server, a file with the format `{date in GMT}={X}+{Y}
{date in GMT}={B}+{Y}.zip

**Resulting transaction file**
Because `date in GMT of the oldest` < `date in GMT of the youngest`,
{date in GMT}={X}+{Y}+{Z}.zip
Resulting transaction file based on alphabetical order, say if `X < Y`, then: {date in GMT}={X}+{Y}+{Z}.zip

Any transaction file generated next will henceforth be named {date in GMT}={Z}+{C}.zip, where Z is the randomId generated for the resulting transaction file.
Copy link
Owner

Choose a reason for hiding this comment

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

This is a duplicate of the line just below.


Any transaction file generated next will henceforth be named `{date in GMT}={Z}+{C}.zip`, where `Z` is the `randomId` generated for the resulting transaction file.

Expand Down