Giter Club home page Giter Club logo

vg-1day-2015-5-20's Introduction

vg-1day-2015

VOYAGE GROUP 1Dayインターン用リポジトリ

利用方法

Fork後、各自のリポジトリをcloneし開発していきます

構成

vg-1day-2015-5-19/
└── original
    ├── iOS-client
    │   ├── Makefile
    │   ├── My1DayApp
    │   │   ├── APIRequest.swift
    │   │   ├── AppDelegate.swift
    │   │   ├── Base.lproj
    │   │   │   ├── LaunchScreen.xib
    │   │   │   └── Main.storyboard
    │   │   ├── ImageHelper.swift
    │   │   ├── Images.xcassets
    │   │   │   └── AppIcon.appiconset
    │   │   │       └── Contents.json
    │   │   ├── Info.plist
    │   │   ├── Message.swift
    │   │   ├── MessageTableViewCell.swift
    │   │   ├── MessageTableViewController.swift
    │   │   ├── PostViewController.swift
    │   │   └── logo.png
    │   ├── My1DayApp.xcodeproj
    │   │   └── project.pbxproj
    │   ├── My1DayAppTests
    │   │   ├── APIRequestTests.swift
    │   │   ├── ImageHelperTests.swift
    │   │   ├── Info.plist
    │   │   ├── MessageTableViewControllerTests.swift
    │   │   └── MessageTests.swift
    │   └── README.md
    ├── web-client
    │   ├── css
    │   │   └── web-client.css
    │   ├── index.html
    │   └── js
    │       └── web-client.js
    └── web-server
        ├── Gemfile
        ├── Gemfile.lock
        ├── Makefile
        ├── Rakefile
        ├── app.php
        ├── composer.json
        ├── composer.lock
        ├── db
        │   ├── api.base.db
        │   └── sql
        │       └── 000_setup.sql
        ├── doc
        │   ├── api.md
        │   ├── meta.yaml
        │   ├── partial
        │   │   ├── error.md
        │   │   ├── head.md
        │   │   └── overview.md
        │   ├── schema.json
        │   ├── schemata
        │   │   └── message.yaml
        │   └── templates
        │       ├── link_schema_properties.md.erb
        │       ├── schemata
        │       │   └── link.md.erb
        │       └── schemata.md.erb
        ├── phpunit.xml
        ├── resource
        │   └── default.jpg
        ├── src
        │   └── My1DayServer
        │       ├── ApiSchemaValidator.php
        │       ├── Application.php
        │       ├── Exception
        │       │   ├── ApiExceptionInterface.php
        │       │   └── InvalidJsonApiException.php
        │       └── Repository
        │           └── MessageRepository.php
        ├── tests
        │   └── My1DayServer
        │       └── Test
        │           └── WebApiTest.php
        └── web
            └── index.php

vg-1day-2015-5-20's People

Contributors

hironomiu avatar

Watchers

kiris avatar KOGA Masanori avatar Ryo Hirai avatar  avatar Toshimitsu Sasaki avatar  avatar Tsubasa Kajinuma avatar James Cloos avatar tokosa-sub avatar Tadashi Yamaguchi avatar  avatar Yusuke Shimizu yu_ke avatar Daisuke Komazaki avatar Masanori KOGA avatar brtriver ninja avatar  avatar ajiyoshi avatar Ai MAKABI avatar matsumoto masahiro avatar  avatar Daisuke Namikawa avatar az avatar Hiroshi Sasaki avatar  avatar Saya avatar Kazumasa Oshima avatar yoshiyuki-tsuchida avatar kensuke kaieda avatar h-onooka avatar taiga_toume avatar Arai Yuki avatar Go Nakanishi avatar d-atsumi avatar  avatar Jun Ito avatar Takayuki_Sei avatar saruhei avatar Shihomi Katayama avatar yowatari avatar larufa avatar hironori miura avatar 長井 秀敏 avatar Kanae Hata avatar pei avatar Shu Murakami avatar m-sakamoto avatar  avatar tomokatsu avatar Kazuki Nishikawa avatar  avatar Ai Usunami avatar  avatar SRkuma avatar

vg-1day-2015-5-20's Issues

(saxsir) Mission1

発言日時を表示する。

  • サーバーのレスポンスから発言日時を取得
  • main.storyboardにラベルを追加
  • ラベルに発言日時を表示

(saxsir-yangwei) Mission3

やりたいこと

  • 最初に全件取得するのではなく、下にスクロールするにつれてちょっとずつfetchしてくるようにしたい
  • 上の方のメッセージを新しくしたい

TODO

  • サーバー側で、APIを用意
    • /messages?since_id=20&limit=10
    • since_id の指定がなければ、最新の投稿から10件
    • since_id が 20 の場合、20~11までを取得
  • 下にスクロールするイベント取得(一番下にスクロールされたら)

(yang-wei) Mission-1

サーバサイドからのJSONレスポンス内のcreated_atを表示しましょう

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.