Skip to content
This repository has been archived by the owner on Jan 31, 2025. It is now read-only.

Request for Serialization and Extraction abstraction. #12

Open
2 of 4 tasks
iankuan opened this issue Jul 29, 2017 · 1 comment
Open
2 of 4 tasks

Request for Serialization and Extraction abstraction. #12

iankuan opened this issue Jul 29, 2017 · 1 comment
Assignees

Comments

@iankuan
Copy link
Contributor

iankuan commented Jul 29, 2017

Hi all,
We plan to give a temporary option for attendee list. However, it's accepted to have a coarser implementation. We create another branch,feature/serialization and feature/extraction, for it.

  1. (Optional) Serialization(to JSON) and Extraction(to CSV) abstraction
  2. translator to JSON format
  3. translator to XML format
  4. extract output to CSV format

Example:

  • Raw: (yen, uid, timestamp0, timestamp1) -->
  • JSON: ("Name", yen, "Uid", uid, "attend_timestamp", timestamp0, "leave_timestamp", timestamp1) -->
  • CSV: Attendee list

Notice that extensibility and flexibility should be considered first, such as variable-length raw data. Please follow Mail mechanism and separate interfaces and instances.

In order to eliminate duplication of PR, notify me you are working on it first, please.

@iankuan
Copy link
Contributor Author

iankuan commented Oct 8, 2017

Thank @as23041248 for contribution. Basic serializer interface and json format instance are finished.

@iankuan iankuan added medium and removed hard labels Oct 10, 2017
iankuan added a commit to iankuan/Weekly that referenced this issue Oct 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants