TWiki> CF Web>DataPublicPoC (revision 1)EditAttach

CSCF Data -- Point of Contact

The data describing the CSCF Points of Contact is maintained in three places.

Research

For research, the data resides in the Research Subscriptions system. It's unlikely it will reside elsewhere.

Staff

For staff, the data resides in the CSCF Points of Contact WWW page. We can imagine it moving into the same database as the Teaching data (below).

Teaching (courses)

For course support, the data resides in the postgres.cs database. Is it accessible via:

Host: postgres.cs
Database: postgres
User: _cscf_web

                                                Table "_cscf.point_of_contact"
 Column |    Type     | Modifiers | Storage  |                                  Description
--------+-------------+-----------+----------+--------------------------------------------------------------------------------
 userid | text        | not null  | extended | the WatIam userid (8 characters) of the person who is a Point of Contact (PoC)
 type   | client_type | not null  | plain    | who or what the "client" is
 client | text        | not null  | extended | who or what "userid" is the PoC for.
Indexes:
    "point_of_contact_pkey" PRIMARY KEY, btree (userid, type, client)


 Schema |    Name     | Internal name | Size | Elements |                                   Description
--------+-------------+---------------+------+----------+----------------------------------------------------------------------------------
 _cscf  | client_type | client_type   | 4    | course  +| the client, group of clients, or activity that one can be a Point of Contact for
        |             |               |      | userid   |

An example of the data:

postgres=> select * from _cscf.point_of_contact order by client limit 4;
  userid  |  type  | client 
----------+--------+--------
 echrzano | course | CS100
 echrzano | course | CS115
 echrzano | course | CS116
 echrzano | course | CS135

The course points of contact WWW page uses userid "cscf-dat" to control access to the password, as described in the general approach to access of public data.

Edit | Attach | Watch | Print version | History: r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2014-08-15 - BillInce
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback