[wp-meta] [Making WordPress.org] #703: Keep track of which WordCamps each profile has spoken at and organized
Making WordPress.org
noreply at wordpress.org
Sun Sep 3 23:53:24 UTC 2017
#703: Keep track of which WordCamps each profile has spoken at and organized
-------------------------------------+-----------------------
Reporter: iandunn | Owner: iandunn
Type: defect | Status: accepted
Priority: normal | Milestone:
Component: WordCamp Site & Plugins | Resolution:
Keywords: |
-------------------------------------+-----------------------
Comment (by SergeyBiryukov):
Replying to [comment:12 iandunn]:
> {{{#!php
> Array(
> [23430] => Array(
> ['spoken'] => 5,
> ['organized] => 3,
> ),
> [3523423] => Array(
> ['spoken'] => 0,
> ['organized] => 2,
> ),
> [n] => [...]
> )
> }}}
>
> ...
> I'd have to run some tests to see how large that array would be; maybe
it'd eventually get too big to store in `wp_options`, but if that's the
case we could probably stick it somewhere else.
Wouldn't it make more sense to store the `spoken`/`organized` numbers in
user meta? That seems like exactly the kind of data user meta is generally
used for. It also wouldn't need to be refreshed daily, only when someone
is added or removed as an organizer or a speaker.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/703#comment:18>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list