تغييرات

اذهب إلى التنقل اذهب إلى البحث
تم إضافة 2٬713 بايت ،  قبل 8 سنوات
بالنقل عن تصميم:دواسوا/API و الإضافة
<div dir="ltr" style="direction: ltr;">

=== Data structures ===
Listing data record is comprised of the following two data structures:

=== <var>package-info</var> ===
; <var>name</var> <nowiki>:</nowiki> string
: the name of the medicine in Latin script
; <var>name_arabic</var> <nowiki>:</nowiki> string
: the name of the medicine in Arabic script, if available (optional)
; <var>expiry</var> <nowiki>:</nowiki> date
: the date of expiry of the medicine. The significance is in the precision of months, i.e YYYY/MM
; <var>package-state</var> <nowiki>:</nowiki> string(<kbd>fabrica</kbd> | <kbd>opened</kbd> | <kbd>partial</kbd>) : The case of the packaging of the medicine.
; <var>governrate</var> <nowiki>:</nowiki> string(predefined)
: the governerate where the package is to be picked up
; <var>description</var> <nowiki>:</nowiki> text
: a brief description, and/or notes by the submitter
; <var>photo</var> <nowiki>:</nowiki> blob
: an optional photograph of the package


=== <var>contact-info</var> ===
; <var>email-address</var> <nowiki>:</nowiki> [[#string(email-address)|string(email-address)]]
: email address identifies a user who enlists an item. It is used to communicate with the user to confirm his listing, and to confirm the removal of a listing. It's a user's means to control his listings. It could be made invisible to viewers of a listing unless no phone number is given, in which case it is the only means to contact the user by those interested in a listing.
; <var>name</var> <nowiki>:</nowiki> string
: A friendly name to greet the user by those contacting regarding a listing.
; <var>phone-number</var> <nowiki>:</nowiki> [[#string(phone-number)|string(phone-number)]]
: An optional method to contact a user by those interested in a listing. If entered then it is visible.
; <var>email_address_visible</var> <nowiki>:</nowiki> boolean
: Determines whether the email address is visible. Ignored if no valid phone number is entered.


=== Records ===
== Listings ==
; [[#package-info|package-info]]
; [[#contact-info|contact-info]]
; submission-date : timestamp
; instatement-date : timestamp

== Archive ==
; [[#package-info|package-info]]
; [[#contact-info|contact-info]]
: except:
:: <var>name</var> is omitted
:: <var>email-address</var> is replaced with <code>base62(sha512(email-address))</code>
:: <var>phone-number</var> is replaces with <code>base62(sha512(phone-number))</code>
; removal-date : timestamp
; <var>removal-reason</var> : possible values:
:; <kbd>unconfirmed</kbd> :
:; <kbd>removed-by-user</kbd> :
:; <kbd>expired</kbd> :

== Data types ==
; string(email-address)
: an addr-spec a la [[rfc:5322]]
; string(phone-number)
: phone number a la [[rfc:3966]]
</div>
بيروقراطيون، checkuser، staff، إداريون، تقنيون
4٬819

تعديل

قائمة التصفح