app/soc/content/seed_db.html
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 25 Oct 2009 18:43:23 -0700
changeset 3050 5f135cfac194
parent 2200 a1a7c262235d
permissions -rw-r--r--
Reworked the redirects to work with the new Request model. Also made use of the collection of Role Views in the Role View in combination with the role property in the Request model, to facilitate the redirects.

<html>
<head><title>Seed DB links</title></head>
<body>

<p>
  <a href="../../seed_db">Seed DB</a> <br />
  <a href="../../clear_db">Clear DB</a> <br />
  <a href="../../reseed_db">Reseed DB</a> <br />
</p>

<p>
  <a href="../../seed_many?start=0&step=15&seed_type=user&end=15&goal=200">
  200 Users</a> <br />
</p>

<p>
  <a href="../../seed_many?start=0&step=15&seed_type=org&end=15&goal=200">
  200 Organizations</a> <br />

  <a href="../../seed_many?start=0&step=15&seed_type=org_app&end=15&goal=200">
  200 Organizations Pre-Accepted Applications</a> <br />

  <a href="../../seed_many?start=200&step=15&seed_type=org_app&end=215&goal=400&status=pre-rejected">
  200 Organizations Pre-Rejected Applications</a> <br />
</p>

<p>
  <a href="../../seed_many?start=0&step=15&seed_type=mentor&end=15&goal=200">
  200 Mentors</a> <br />
</p>

<p>
  <a href="../../seed_many?start=0&step=15&seed_type=student&end=15&goal=200">
  200 Students</a> <br />
</p>

<p>
  <a href="../../seed_many?start=0&step=5&seed_type=student_proposal&end=5&goal=25">
  25*rand Student Proposals</a> <br />
</p>

</body>
</html>