Conlang-Software-Dream-Team / Langscaper

MIT License
0 stars 0 forks source link

File system implementation #12

Open KrankerApfel opened 1 day ago

KrankerApfel commented 1 day ago

The way we store data must be approved by both @terahlunah and @c-m-green before starting the implementation.

Features

  • [ ] Define what data we need to store ( ID, name, nb speakers, etc...)
  • [ ] Define the how the data are organized ( is there an header ? are section nested as in phonology : { phonem : {...}})
  • [ ] Define serialization method (Json ? yml ? )
  • [ ] Define file extension (.ls for langscaper? .lang ? .conlang ?)
  • [ ] Must be easy to import/export only a subsection (ex: phonological system, inventory, etc..)
terahlunah commented 1 day ago

nb speakers

What's that?

serialization method

JSON

is there an header?

Yes, at least for a version field that would help evolving this file without breaking stuff

file extension

I like .lang

how the data are organized

Too early to tell, it will reflect the C# structure representing a language's data

c-m-green commented 1 day ago

Define serialization method (Json ? yml ? )

I'm more familiar with JSON, and I think it'll suit our needs.

Define file extension (.ls for langscaper? .lang ? .conlang ?)

Subjectively, I like .conlang.

KrankerApfel commented 1 minute ago

summary of our discussions

Together, we validated :

To be discussed later :