Updated gridsquares controller to include a todo list

pull/317/head
Peter Goodhall 2019-06-26 21:50:28 +01:00
rodzic 1734a05ded
commit ba412ab07e
2 zmienionych plików z 10 dodań i 1 usunięć

Wyświetl plik

@ -8,6 +8,15 @@
class Gridsquares extends CI_Controller {
/*
* TODO List
* - Show squares that have been worked and confirmed in green
* - Create index page
* - Band page provide a band dropdown list
* - Find somewhere in the main menu to add a button to it
*/
public function index() {
$data['page_title'] = "Gridsquare Map";

Wyświetl plik

@ -1,7 +1,7 @@
<?php
class Gridsquares_model extends CI_Model {
function __construct()
{
// Call the Model constructor