Updated gridsquares controller to include a todo list

这个提交包含在:
Peter Goodhall 2019-06-26 21:50:28 +01:00
父节点 1734a05ded
当前提交 ba412ab07e
共有 2 个文件被更改,包括 10 次插入1 次删除

查看文件

@ -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";

查看文件

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